Changes in branches/1.2/bp-forums.php [3192:4066]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-forums.php
r3192 r4066 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( 'admin_menu', 'bp_forums_add_admin_menu' );105 add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'bp_forums_add_admin_menu' ); 106 106 107 107 /* Forum Functions */
Note: See TracChangeset
for help on using the changeset viewer.