Make WordPress Core

Changeset 46812


Ignore:
Timestamp:
12/04/2019 10:34:03 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Change context for the "Add New" string on Themes screen for consistency with other similar strings.

Props ramiy.
Fixes #48875.

File:
1 edited

Legend:

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

    r45932 r46812  
    192192
    193193    <?php if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?>
    194         <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>
     194        <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>
    195195    <?php endif; ?>
    196196
Note: See TracChangeset for help on using the changeset viewer.