Customizer: Merge two strings.

see #32576.
Built from https://develop.svn.wordpress.org/trunk@33164


git-svn-id: http://core.svn.wordpress.org/trunk@33136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-07-11 20:05:24 +00:00
parent cb2782aaa0
commit daa51138fc
2 changed files with 2 additions and 2 deletions

View File

@ -1607,7 +1607,7 @@ class WP_Customize_Nav_Menu_Control extends WP_Customize_Control {
<p>
<label>
<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' ) ?>
</label>
</p>
<?php

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33163';
$wp_version = '4.3-beta2-33164';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.