Changeset 7361 for trunk/src/includes/admin/tools.php
- Timestamp:
- 11/16/2025 11:04:14 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools.php
r7006 r7361 515 515 $tools_url = admin_url( 'tools.php' ); 516 516 517 // Filter & return 517 /** 518 * Filters the tools admin pages. 519 * 520 * @since 2.6.0 bbPress (r6273) 521 * 522 * @param array $pages The default array of tools pages. 523 */ 518 524 return (array) apply_filters( 'bbp_tools_admin_tabs', array( 519 525 array(
Note: See TracChangeset
for help on using the changeset viewer.