From 6c98f19ad2c76429c2f388148f87546857e87f65 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 11 Oct 2018 03:48:25 +0000 Subject: [PATCH] Customize: Revert [43611] from the 4.9 branch. This change is out of the 4.9.x scope, and will be reintroduced in 5.0.x. See #44770. Built from https://develop.svn.wordpress.org/branches/4.9@43701 git-svn-id: http://core.svn.wordpress.org/branches/4.9@43530 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-widgets.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-widgets.php b/wp-includes/class-wp-customize-widgets.php index 9df14c0f2f..a54794b06d 100644 --- a/wp-includes/class-wp-customize-widgets.php +++ b/wp-includes/class-wp-customize-widgets.php @@ -1953,7 +1953,7 @@ final class WP_Customize_Widgets { $value = $this->_captured_options[ $option_name ]; /** This filter is documented in wp-includes/option.php */ - $value = apply_filters( 'option_' . $option_name, $value, $option_name ); + $value = apply_filters( 'option_' . $option_name, $value ); } return $value; diff --git a/wp-includes/version.php b/wp-includes/version.php index d798fa6a0d..b9801cfb64 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.9-alpha-43699'; +$wp_version = '4.9.9-alpha-43701'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.