diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index 2e3f703f0d..aaf3a2458b 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -1920,8 +1920,8 @@ class WP_Customize_Nav_Menu_Auto_Add_Control extends WP_Customize_Control { */ protected function content_template() { ?> + diff --git a/wp-includes/version.php b/wp-includes/version.php index 9aaf6ea048..c2bfc5cece 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta3-33310'; +$wp_version = '4.3-beta3-33317'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.