Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/10/2014 11:21:48 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Deprecate tabindex functions and their usages. Props joedolson. Fixes #2714.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/metaboxes.php

    r5510 r5561  
    356356            // Output-related
    357357            'select_id'          => 'parent_id',
    358             'tab'                => bbp_get_tab_index(),
    359358            'options_only'       => false,
    360359            'show_none'          => __( '— No parent —', 'bbpress' ),
     
    438437            // Output-related
    439438            'select_id'          => 'parent_id',
    440             'tab'                => bbp_get_tab_index(),
    441439            'options_only'       => false,
    442440            'show_none'          => __( '— No parent —', 'bbpress' ),
     
    508506                // Output-related
    509507                'select_id'          => 'bbp_forum_id',
    510                 'tab'                => bbp_get_tab_index(),
    511508                'options_only'       => false,
    512509                'show_none'          => __( '— No parent —', 'bbpress' ),
Note: See TracChangeset for help on using the changeset viewer.