Changeset 6310 for trunk/bp-forums/bp-forums-admin.php
- Timestamp:
- 09/06/2012 04:24:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-admin.php
r6195 r6310 4 4 5 5 function bp_forums_add_admin_menu() { 6 global $bp;7 6 8 7 if ( !is_super_admin() ) … … 23 22 */ 24 23 function bp_forums_bbpress_admin() { 25 global $bp;26 24 27 25 // The text and URL of the Site Wide Forums button differs depending on whether bbPress … … 110 108 111 109 function bp_forums_bbpress_install_wizard() { 112 $post_url = network_admin_url( 'admin.php?page=bb-forums-setup' );110 $post_url = bp_get_admin_url( 'admin.php?page=bb-forums-setup' ); 113 111 $bbpress_plugin_is_active = false; 114 112
Note: See TracChangeset
for help on using the changeset viewer.