Changeset 5868 for trunk/bp-core/admin/bp-core-update.php
- Timestamp:
- 02/28/2012 10:05:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-update.php
r5754 r5868 77 77 // New for BP 1.6 78 78 if ( bp_get_db_version_raw() < 5222 && !defined( 'BP_USE_WP_ADMIN_BAR' ) ) { 79 $steps[] = __( ' Admin Bar', 'buddypress' );79 $steps[] = __( 'Toolbar', 'buddypress' ); 80 80 } 81 81 … … 217 217 break; 218 218 219 case __( ' Admin Bar', 'buddypress' ) :219 case __( 'Toolbar', 'buddypress' ) : 220 220 $this->step_admin_bar(); 221 221 break; … … 655 655 656 656 /** 657 * When upgrading to BP 1.6, prompt the admin to switch to WordPress' adminbar.657 * When upgrading to BP 1.6, prompt the admin to switch to WordPress' Toolbar. 658 658 * 659 659 * @since 1.6 … … 662 662 ?> 663 663 664 <p><?php _e( "BuddyPress now uses WordPress' Admin Bar; this sits at the top of your site and contains various links to useful admin screens. We've turbo-charged the Admin Bar by adding social items to help your users explore your site, and manage their content.", 'buddypress' ); ?></p>664 <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> 665 665 666 666 <p><?php _e( "We've noticed that your site uses the old bar from earlier versions of BuddyPress.", 'buddypress' ); ?></p> … … 669 669 <label> 670 670 <input type="checkbox" name="keep_buddybar" value="1" /> 671 <?php _e( "If you'd prefer to not switch to the WordPress Adminbar just yet, check this box. Don't worry, you can change your mind later.", 'buddypress' ); ?>671 <?php _e( "If you'd prefer to not switch to the WordPress Toolbar just yet, check this box. Don't worry, you can change your mind later.", 'buddypress' ); ?> 672 672 </label> 673 673 </p> … … 936 936 937 937 /** 938 * When upgrading to BP 1.6, the admin is prompted to switch to WordPress' adminbar.938 * When upgrading to BP 1.6, the admin is prompted to switch to WordPress' Toolbar. 939 939 * If they choose not to, record that preference in the options table. 940 940 *
Note: See TracChangeset
for help on using the changeset viewer.