Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/28/2012 10:05:51 PM (13 years ago)
Author:
djpaul
Message:

s/admin bar/toolbar. Fixes #4056

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-update.php

    r5754 r5868  
    7777            // New for BP 1.6
    7878            if ( bp_get_db_version_raw() < 5222 && !defined( 'BP_USE_WP_ADMIN_BAR' ) ) {
    79                 $steps[] = __( 'Admin Bar', 'buddypress' );
     79                $steps[] = __( 'Toolbar', 'buddypress' );
    8080            }
    8181
     
    217217                            break;
    218218
    219                         case __( 'Admin Bar', 'buddypress' ) :
     219                        case __( 'Toolbar', 'buddypress' ) :
    220220                            $this->step_admin_bar();
    221221                            break;
     
    655655
    656656    /**
    657      * When upgrading to BP 1.6, prompt the admin to switch to WordPress' admin bar.
     657     * When upgrading to BP 1.6, prompt the admin to switch to WordPress' Toolbar.
    658658     *
    659659     * @since 1.6
     
    662662    ?>
    663663
    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>
    665665
    666666        <p><?php _e( "We've noticed that your site uses the old bar from earlier versions of BuddyPress.", 'buddypress' ); ?></p>
     
    669669            <label>
    670670                <input type="checkbox" name="keep_buddybar" value="1" />
    671                 <?php _e( "If you'd prefer to not switch to the WordPress Admin bar 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' ); ?>
    672672            </label>
    673673        </p>
     
    936936
    937937    /**
    938      * When upgrading to BP 1.6, the admin is prompted to switch to WordPress' admin bar.
     938     * When upgrading to BP 1.6, the admin is prompted to switch to WordPress' Toolbar.
    939939     * If they choose not to, record that preference in the options table.
    940940     *
Note: See TracChangeset for help on using the changeset viewer.