Changeset 6105 for trunk/bp-core/admin/bp-core-update.php
- Timestamp:
- 06/17/2012 08:43:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-update.php
r6092 r6105 65 65 } else { 66 66 67 if ( bp_get_db_version_raw() < (int) bp_get_db_version() ) {68 $steps[] = __( 'Database Update', 'buddypress' );69 }70 71 67 // New for BP 1.5 72 68 if ( bp_get_db_version_raw() < 1801 || !bp_core_get_directory_page_ids() ) { … … 76 72 77 73 // New for BP 1.6 78 if ( bp_get_db_version_raw() < 5222 && !defined( 'BP_USE_WP_ADMIN_BAR' ) ) {74 if ( bp_get_db_version_raw() < 5222 && !defined( 'BP_USE_WP_ADMIN_BAR' ) ) 79 75 $steps[] = __( 'Toolbar', 'buddypress' ); 80 } 76 77 if ( bp_get_db_version_raw() < (int) bp_get_db_version() ) 78 $steps[] = __( 'Database Update', 'buddypress' ); 81 79 82 80 $steps[] = __( 'Finish', 'buddypress' ); … … 238 236 ?> 239 237 240 <p><?php _e( ' Before you can continue using BuddyPress, a few minor adjustments need to be made. These changes are not destructive and will not remove or change any existing settings.', 'buddypress' ); ?></p>238 <p><?php _e( 'To complete the update, a few changes need to be made to your database. These changes are not destructive and will not remove or change any existing settings.', 'buddypress' ); ?></p> 241 239 242 240 <div class="submit clear"> … … 661 659 ?> 662 660 663 <p><?php _e( "BuddyPress now uses WordPress' Toolbar; this sits at the top of your site and contains various links to useful admin screens. We've turbo-charged the Toolbar by adding social items to help your users explore your site,and manage their content.", 'buddypress' ); ?></p>661 <p><?php _e( "BuddyPress now uses the WordPress Toolbar; we've turbo-charged it by adding social items to help your users explore your site and manage their content.", 'buddypress' ); ?></p> 664 662 665 663 <p><?php _e( "We've noticed that your site uses the old bar from earlier versions of BuddyPress.", 'buddypress' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.