I18N: Combine duplicate "Menu Locations" and "Menu Options" strings.
Props ramiy. See #18218. Built from https://develop.svn.wordpress.org/trunk@38080 git-svn-id: http://core.svn.wordpress.org/trunk@38021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d851a2cded
commit
65ff895eca
|
@ -41,7 +41,7 @@ class WP_Customize_Nav_Menu_Auto_Add_Control extends WP_Customize_Control {
|
|||
*/
|
||||
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>
|
||||
<input type="checkbox" class="auto_add" />
|
||||
<?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' ) ) : ?>
|
||||
<ul class="menu-settings">
|
||||
<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>
|
||||
|
||||
<?php foreach ( get_registered_nav_menus() as $location => $description ) : ?>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-beta3-38079';
|
||||
$wp_version = '4.6-beta3-38080';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue