Restore [32732] as it wasn't the actual cause of test failures as those failures where fixed separately.
See #32732 git-svn-id: https://develop.svn.wordpress.org/trunk@32767 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
84ee11c768
commit
a4fed87d43
@ -129,11 +129,11 @@ class WP_Customize_Setting {
|
||||
* @since 4.2.0
|
||||
* @access public
|
||||
*
|
||||
* @return bool|void If preview() has been called.
|
||||
* @return bool If preview() has been called.
|
||||
*/
|
||||
public function is_current_blog_previewed() {
|
||||
if ( ! isset( $this->_previewed_blog_id ) ) {
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
return ( get_current_blog_id() === $this->_previewed_blog_id );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user