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/replies/template.php

    r5559 r5561  
    27652765 * @param $args This function supports these arguments:
    27662766 *  - select_id: Select id. Defaults to bbp_reply_status
    2767  *  - tab: Tabindex
     2767 *  - tab: Deprecated. Tabindex
    27682768 *  - reply_id: Reply id
    27692769 *  - selected: Override the selected option
     
    27832783     * @param $args This function supports these arguments:
    27842784     *  - select_id: Select id. Defaults to bbp_reply_status
    2785      *  - tab: Tabindex
     2785     *  - tab: Deprecated. Tabindex
    27862786     *  - reply_id: Reply id
    27872787     *  - selected: Override the selected option
     
    27922792        $r = bbp_parse_args( $args, array(
    27932793            'select_id' => 'bbp_reply_status',
    2794             'tab'       => bbp_get_tab_index(),
     2794            'tab'       => false,
    27952795            'reply_id'  => 0,
    27962796            'selected'  => false
Note: See TracChangeset for help on using the changeset viewer.