Changeset 5561 for trunk/src/includes/forums/template.php
- Timestamp:
- 11/10/2014 11:21:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/template.php
r5559 r5561 2420 2420 * @param $args This function supports these arguments: 2421 2421 * - select_id: Select id. Defaults to bbp_forum_type 2422 * - tab: Tabindex2422 * - tab: Deprecated. Tabindex 2423 2423 * - forum_id: Forum id 2424 2424 * - selected: Override the selected option … … 2435 2435 * @param $args This function supports these arguments: 2436 2436 * - select_id: Select id. Defaults to bbp_forum_type 2437 * - tab: Tabindex2437 * - tab: Deprecated. Tabindex 2438 2438 * - forum_id: Forum id 2439 2439 * - selected: Override the selected option … … 2456 2456 $r = bbp_parse_args( $args, array( 2457 2457 'select_id' => 'bbp_forum_type', 2458 'tab' => bbp_get_tab_index(),2458 'tab' => false, 2459 2459 'forum_id' => $forum_id, 2460 2460 'selected' => false … … 2512 2512 * @param $args This function supports these arguments: 2513 2513 * - select_id: Select id. Defaults to bbp_forum_status 2514 * - tab: Tabindex2514 * - tab: Deprecated. Tabindex 2515 2515 * - forum_id: Forum id 2516 2516 * - selected: Override the selected option … … 2527 2527 * @param $args This function supports these arguments: 2528 2528 * - select_id: Select id. Defaults to bbp_forum_status 2529 * - tab: Tabindex2529 * - tab: Deprecated. Tabindex 2530 2530 * - forum_id: Forum id 2531 2531 * - selected: Override the selected option … … 2548 2548 $r = bbp_parse_args( $args, array( 2549 2549 'select_id' => 'bbp_forum_status', 2550 'tab' => bbp_get_tab_index(),2550 'tab' => false, 2551 2551 'forum_id' => $forum_id, 2552 2552 'selected' => false … … 2604 2604 * @param $args This function supports these arguments: 2605 2605 * - select_id: Select id. Defaults to bbp_forum_visibility 2606 * - tab: Tabindex2606 * - tab: Deprecated. Tabindex 2607 2607 * - forum_id: Forum id 2608 2608 * - selected: Override the selected option … … 2619 2619 * @param $args This function supports these arguments: 2620 2620 * - select_id: Select id. Defaults to bbp_forum_visibility 2621 * - tab: Tabindex2621 * - tab: Deprecated. Tabindex 2622 2622 * - forum_id: Forum id 2623 2623 * - selected: Override the selected option
Note: See TracChangeset
for help on using the changeset viewer.