Changeset 7392 for trunk/src/includes/admin/tools.php
- Timestamp:
- 12/29/2025 06:47:21 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/tools.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools.php
r7381 r7392 15 15 * 16 16 * @since 2.6.0 bbPress (r6273) 17 * 18 * @return void 17 19 */ 18 20 function bbp_admin_tools_box() { … … 59 61 * 60 62 * @param array $args 61 * @return 63 * @return void 62 64 */ 63 65 function bbp_register_repair_tool( $args = array() ) { … … 531 533 * 532 534 * @param string $active_tab Name of the tab that is active. 535 * 536 * @return string 533 537 */ 534 538 function bbp_get_tools_admin_tabs( $active_tab = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.