Make WordPress Core


Ignore:
Timestamp:
09/03/2014 02:36:23 AM (10 years ago)
Author:
nacin
Message:

About page: Remove reference to not-yet-operational translated plugins/themes directories.

props stephdau.
see #29391.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r29643 r29684  
    9393            <h3><?php _e( 'Finding the right plugin' ); ?></h3>
    9494            <p><?php _e( 'There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.' ); ?></p>
    95             <?php if ( ( $locale = get_locale() ) && 'en_' !== substr( $locale, 0, 3 ) ) : ?>
    96                 <p><?php _e( 'Search results will return plugins translated into your language first.' ); ?></p>
    97             <?php endif; ?>
    9895            <a href="<?php echo admin_url( 'plugin-install.php' ); ?>" class="button button-large button-primary"><?php _e( 'Browse plugins' ); ?></a>
    9996        </div>
Note: See TracChangeset for help on using the changeset viewer.