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
This commit is contained in:
parent
319971e3ed
commit
6c98f19ad2
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue