Changeset 29684 for trunk/src/wp-admin/about.php
- Timestamp:
- 09/03/2014 02:36:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r29643 r29684 93 93 <h3><?php _e( 'Finding the right plugin' ); ?></h3> 94 94 <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; ?>98 95 <a href="<?php echo admin_url( 'plugin-install.php' ); ?>" class="button button-large button-primary"><?php _e( 'Browse plugins' ); ?></a> 99 96 </div>
Note: See TracChangeset
for help on using the changeset viewer.