Changeset 8566 for trunk/src/bp-core/bp-core-update.php
- Timestamp:
- 07/09/2014 01:45:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-update.php
r8565 r8566 164 164 165 165 // Are we running an outdated version of BuddyPress? 166 if ( ! bp_is_update() ) 166 if ( ! bp_is_update() ) { 167 167 return; 168 } 168 169 169 170 bp_version_updater(); … … 401 402 402 403 // Bail if activating from network, or bulk 403 if ( isset( $_GET['activate-multi'] ) ) 404 if ( isset( $_GET['activate-multi'] ) ) { 404 405 return; 406 } 405 407 406 408 // Record that this is a new installation, so we show the right
Note: See TracChangeset
for help on using the changeset viewer.