I18N: Combine duplicate "Menu Locations" and "Menu Options" strings.
Props ramiy. See #18218. git-svn-id: https://develop.svn.wordpress.org/trunk@38080 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ad30724bb5
commit
4c5165a8d0
@ -41,7 +41,7 @@ class WP_Customize_Nav_Menu_Auto_Add_Control extends WP_Customize_Control {
|
|||||||
*/
|
*/
|
||||||
protected function content_template() {
|
protected function content_template() {
|
||||||
?>
|
?>
|
||||||
<span class="customize-control-title"><?php _e( 'Menu options' ); ?></span>
|
<span class="customize-control-title"><?php _e( 'Menu Options' ); ?></span>
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" class="auto_add" />
|
<input type="checkbox" class="auto_add" />
|
||||||
<?php _e( 'Automatically add new top-level pages to this menu' ); ?>
|
<?php _e( 'Automatically add new top-level pages to this menu' ); ?>
|
||||||
|
@ -64,7 +64,7 @@ class WP_Customize_Nav_Menu_Control extends WP_Customize_Control {
|
|||||||
<?php if ( current_theme_supports( 'menus' ) ) : ?>
|
<?php if ( current_theme_supports( 'menus' ) ) : ?>
|
||||||
<ul class="menu-settings">
|
<ul class="menu-settings">
|
||||||
<li class="customize-control">
|
<li class="customize-control">
|
||||||
<span class="customize-control-title"><?php _e( 'Menu locations' ); ?></span>
|
<span class="customize-control-title"><?php _e( 'Menu Locations' ); ?></span>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php foreach ( get_registered_nav_menus() as $location => $description ) : ?>
|
<?php foreach ( get_registered_nav_menus() as $location => $description ) : ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user