Changes in branches/1.2/bp-forums.php [4066:3192]
- File:
-
- 1 edited
-
branches/1.2/bp-forums.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-forums.php
r4066 r3192 103 103 add_submenu_page( 'bp-general-settings', __( 'Forums Setup', 'buddypress' ), __( 'Forums Setup', 'buddypress' ), 'manage_options', 'bb-forums-setup', "bp_forums_bbpress_admin" ); 104 104 } 105 add_action( is_multisite() ? 'network_admin_menu' :'admin_menu', 'bp_forums_add_admin_menu' );105 add_action( 'admin_menu', 'bp_forums_add_admin_menu' ); 106 106 107 107 /* Forum Functions */
Note: See TracChangeset
for help on using the changeset viewer.