I18N: Change context for the "Add New" string on Themes screen for consistency with other similar strings.
Props ramiy. Fixes #48875. git-svn-id: https://develop.svn.wordpress.org/trunk@46812 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
972ca00d2d
commit
8b08d641a7
@ -191,7 +191,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<?php if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?>
|
<?php if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?>
|
||||||
<a href="<?php echo admin_url( 'theme-install.php' ); ?>" class="hide-if-no-js page-title-action"><?php echo esc_html_x( 'Add New', 'Add new theme' ); ?></a>
|
<a href="<?php echo admin_url( 'theme-install.php' ); ?>" class="hide-if-no-js page-title-action"><?php echo esc_html_x( 'Add New', 'theme' ); ?></a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<form class="search-form"></form>
|
<form class="search-form"></form>
|
||||||
|
Loading…
Reference in New Issue
Block a user