mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Improve newly added strings for i18n:
* Use a placeholder for the theme name to be able to reorder words. * Uppercase D for "Theme Details" to match existing strings. * Merge two revision date formats. * Add translator comment to strings with placeholders. props obenland. see #31776. git-svn-id: https://develop.svn.wordpress.org/trunk@31905 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -353,7 +353,7 @@ class WP_Customize_Themes_Section extends WP_Customize_Section {
|
||||
<a href="<?php echo admin_url( 'theme-install.php' ); ?>" target="_top" class="add-new-h2"><?php echo esc_html_x( 'Add New', 'Add new theme' ); ?></a>
|
||||
<?php endif; ?>
|
||||
</h2>
|
||||
<div class="theme-overlay" tabindex="0" role="dialog" aria-label="<?php esc_attr_e( 'Theme details' ); ?>"></div>
|
||||
<div class="theme-overlay" tabindex="0" role="dialog" aria-label="<?php esc_attr_e( 'Theme Details' ); ?>"></div>
|
||||
<div id="customize-container"></div>
|
||||
<?php if ( 6 < count( $this->controls ) ) : ?>
|
||||
<p><label for="themes-filter">
|
||||
|
||||
Reference in New Issue
Block a user