Changeset 11296
- Timestamp:
- 12/13/2016 10:26:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/deprecated/1.7.php
r10183 r11296 22 22 23 23 // Add the administration tab under the "Site Admin" tab for site administrators. 24 $hook = add_submenu_page( $page, __( 'Forums ', 'buddypress' ), __( 'Forums', 'buddypress' ), 'manage_options', 'bb-forums-setup', "bp_forums_bbpress_admin" );24 $hook = add_submenu_page( $page, __( 'Forums (Legacy)', 'buddypress' ), __( 'Forums (Legacy)', 'buddypress' ), 'manage_options', 'bb-forums-setup', "bp_forums_bbpress_admin" ); 25 25 26 26 // Fudge the highlighted subnav item when on the BuddyPress Forums admin page.
Note: See TracChangeset
for help on using the changeset viewer.