Changeset 5561 for trunk/src/includes/replies/template.php
- Timestamp:
- 11/10/2014 11:21:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r5559 r5561 2765 2765 * @param $args This function supports these arguments: 2766 2766 * - select_id: Select id. Defaults to bbp_reply_status 2767 * - tab: Tabindex2767 * - tab: Deprecated. Tabindex 2768 2768 * - reply_id: Reply id 2769 2769 * - selected: Override the selected option … … 2783 2783 * @param $args This function supports these arguments: 2784 2784 * - select_id: Select id. Defaults to bbp_reply_status 2785 * - tab: Tabindex2785 * - tab: Deprecated. Tabindex 2786 2786 * - reply_id: Reply id 2787 2787 * - selected: Override the selected option … … 2792 2792 $r = bbp_parse_args( $args, array( 2793 2793 'select_id' => 'bbp_reply_status', 2794 'tab' => bbp_get_tab_index(),2794 'tab' => false, 2795 2795 'reply_id' => 0, 2796 2796 'selected' => false
Note: See TracChangeset
for help on using the changeset viewer.