Customizer: Move "Menu options" heading outside of a nav menu auto-add control's label.

Standardizes capitalization. Amends [33189].

Props valendesigns.
Fixes #32820.


git-svn-id: https://develop.svn.wordpress.org/trunk@33317 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter 2015-07-17 22:41:56 +00:00
parent 7217a4f6e5
commit d755a8d7f5

View File

@ -1920,8 +1920,8 @@ 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>
<label>
<span class="customize-control-title"><?php _e( 'Menu Options' ); ?></span>
<input type="checkbox" class="auto_add" />
<?php _e( 'Automatically add new top-level pages to this menu' ); ?>
</label>