Changeset 7380 for trunk/src/includes/admin/tools.php
- Timestamp:
- 12/05/2025 02:27:53 AM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/tools.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools.php
r7378 r7380 2 2 3 3 /** 4 * bbPress Admin Tools Page 4 * bbPress Admin Tools Page. 5 5 * 6 6 * @package bbPress … … 12 12 13 13 /** 14 * Output a bbPress specific tools box 14 * Output a bbPress specific tools box. 15 15 * 16 16 * @since 2.6.0 bbPress (r6273) … … 54 54 55 55 /** 56 * Register an admin area repair tool 56 * Register an admin area repair tool. 57 57 * 58 58 * @since 2.6.0 bbPress (r5885) … … 107 107 108 108 /** 109 * Register the default repair tools 109 * Register the default repair tools. 110 110 * 111 111 * @since 2.6.0 bbPress (r5885) … … 515 515 516 516 /** 517 * Output the tabs in the admin area 517 * Output the tabs in the admin area. 518 518 * 519 519 * @since 2.1.0 bbPress (r3872) 520 520 * 521 * @param string $active_tab Name of the tab that is active 521 * @param string $active_tab Name of the tab that is active. 522 522 */ 523 523 function bbp_tools_admin_tabs( $active_tab = '' ) { … … 526 526 527 527 /** 528 * Output the tabs in the admin area 528 * Output the tabs in the admin area. 529 529 * 530 530 * @since 2.1.0 bbPress (r3872) 531 531 * 532 * @param string $active_tab Name of the tab that is active 532 * @param string $active_tab Name of the tab that is active. 533 533 */ 534 534 function bbp_get_tools_admin_tabs( $active_tab = '' ) { … … 564 564 565 565 /** 566 * Return possible tools pages 566 * Return possible tools pages. 567 567 * 568 568 * @since 2.6.0 bbPress (r6273)
Note: See TracChangeset
for help on using the changeset viewer.