Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/26/2017 09:50:36 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Forms: Introduce bbp_tab_index_attribute() helpers to handle tabindex attribute output.

Note that these functions are used but normally their output is suppressed, because overriding the browser's natural tabindex order is impolite, and may introduce more issues than it actually fixes.

(Also includes some surrounding code clean-up.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/extend/buddypress/groups.php

    r6383 r6433  
    349349                        bbp_dropdown( array(
    350350                            'select_id' => 'bbp_group_forum_id',
    351                             'show_none' => __( '— No forum —', 'bbpress' ),
     351                            'show_none' => esc_html__( '— No forum —', 'bbpress' ),
    352352                            'selected'  => $forum_id
    353353                        ) );
Note: See TracChangeset for help on using the changeset viewer.