Changeset 5074 for trunk/bp-forums/bp-forums-admin.php
- Timestamp:
- 08/31/2011 02:28:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-admin.php
r5073 r5074 10 10 11 11 // Add the administration tab under the "Site Admin" tab for site administrators 12 $hook = add_submenu_page( 'bp-general-settings', __( 'Forums Setup', 'buddypress' ), __( 'Forums Setup', 'buddypress' ), 'manage_options', 'bb-forums-setup', "bp_forums_bbpress_admin" );12 $hook = add_submenu_page( 'bp-general-settings', __( 'Forums', 'buddypress' ), __( 'Forums', 'buddypress' ), 'manage_options', 'bb-forums-setup', "bp_forums_bbpress_admin" ); 13 13 add_action( "admin_print_styles-$hook", 'bp_core_add_admin_menu_styles' ); 14 14 } … … 18 18 global $bp; 19 19 20 $action = bp_get_admin_url( 'admin.php?page=bb-forums-setup&reinstall=1' ); 21 ?> 20 $action = bp_get_admin_url( 'admin.php?page=bb-forums-setup&reinstall=1' ); ?> 22 21 23 22 <div class="wrap">
Note: See TracChangeset
for help on using the changeset viewer.