Changeset 5661 for trunk/bp-core/bp-core-admin.php
- Timestamp:
- 01/27/2012 09:47:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-admin.php
r5660 r5661 176 176 // Don't add this version of the admin menu if a BP upgrade is in progress. 177 177 // @see bp_core_update_add_admin_menu(). 178 if ( bp_is_update() || ( defined( 'BP_IS_UPGRADE' ) && BP_IS_UPGRADE ))178 if ( defined( 'BP_IS_UPGRADE' ) && BP_IS_UPGRADE ) 179 179 return; 180 180
Note: See TracChangeset
for help on using the changeset viewer.