From c0104d6cc2cb87928fec1582bee7bbe1d724744f Mon Sep 17 00:00:00 2001 From: ocean90 Date: Mon, 30 Mar 2015 19:21:01 +0000 Subject: [PATCH] Customizer: Revert [31911]. We want to preserve `url` and `return` URL parameters to make the experience smoother. see #31782. git-svn-id: https://develop.svn.wordpress.org/trunk@31933 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/theme.php | 2 +- src/wp-includes/class-wp-customize-control.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php index 3ab1732ca2..2427bb400d 100644 --- a/src/wp-admin/includes/theme.php +++ b/src/wp-admin/includes/theme.php @@ -532,7 +532,7 @@ function customize_themes_print_templates() {
<# if ( ! data.active ) { #>
- +
<# } #>
diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index 5f8b1c3f61..46ce984586 100644 --- a/src/wp-includes/class-wp-customize-control.php +++ b/src/wp-includes/class-wp-customize-control.php @@ -1225,7 +1225,7 @@ class WP_Customize_Theme_Control extends WP_Customize_Control { <# if ( ! data.theme.active ) { #>
- +
<# } #>