diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index 0508de0270..a4ead63c0f 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -1234,34 +1234,6 @@ class WP_Customize_Theme_Control extends WP_Customize_Control { } } -/** - * Customize New Theme Control class. - * - * @since 4.2.0 - * - * @see WP_Customize_Control - */ -class WP_Customize_New_Theme_Control extends WP_Customize_Control { - - /** - * Render the control content. - * - * @since 4.2.0 - */ - public function render_content() { - ?> -
- -
- -
-

-
-
- add_control( new WP_Customize_New_Theme_Control( $this, 'add_theme', array( - 'section' => 'themes', - 'settings' => 'active_theme', - ) ) ); - } - /* Site Title & Tagline */ $this->add_section( 'title_tagline', array( diff --git a/wp-includes/class-wp-customize-section.php b/wp-includes/class-wp-customize-section.php index 779f9c6621..1309f245d1 100644 --- a/wp-includes/class-wp-customize-section.php +++ b/wp-includes/class-wp-customize-section.php @@ -348,9 +348,6 @@ class WP_Customize_Themes_Section extends WP_Customize_Section {

controls ) - 1; ?> - - -

diff --git a/wp-includes/version.php b/wp-includes/version.php index cc89bc611f..152de38c50 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta3-31967'; +$wp_version = '4.2-beta3-31968'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.