mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
About page: Remove reference to not-yet-operational translated plugins/themes directories.
props stephdau. see #29391. Built from https://develop.svn.wordpress.org/trunk@29684 git-svn-id: http://core.svn.wordpress.org/trunk@29459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
38af73bfab
commit
208c1f65d2
@ -92,9 +92,6 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
<div class="col-2 last-feature">
|
||||
<h3><?php _e( 'Finding the right plugin' ); ?></h3>
|
||||
<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>
|
||||
<?php if ( ( $locale = get_locale() ) && 'en_' !== substr( $locale, 0, 3 ) ) : ?>
|
||||
<p><?php _e( 'Search results will return plugins translated into your language first.' ); ?></p>
|
||||
<?php endif; ?>
|
||||
<a href="<?php echo admin_url( 'plugin-install.php' ); ?>" class="button button-large button-primary"><?php _e( 'Browse plugins' ); ?></a>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user