Changeset 5660
- Timestamp:
- 01/27/2012 09:35:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-admin.php
r5656 r5660 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 ( defined( 'BP_IS_UPGRADE' ) && BP_IS_UPGRADE)178 if ( bp_is_update() || ( defined( 'BP_IS_UPGRADE' ) && BP_IS_UPGRADE ) ) 179 179 return; 180 180
Note: See TracChangeset
for help on using the changeset viewer.