diff --git a/wp-includes/class-wp-customize-setting.php b/wp-includes/class-wp-customize-setting.php index 1541253492..f8f9ce083b 100644 --- a/wp-includes/class-wp-customize-setting.php +++ b/wp-includes/class-wp-customize-setting.php @@ -118,6 +118,7 @@ class WP_Customize_Setting { * The ID for the current blog when the preview() method was called. * * @since 4.2.0 + * @access protected * @var int */ protected $_previewed_blog_id; @@ -126,6 +127,8 @@ class WP_Customize_Setting { * Return true if the current blog is not the same as the previewed blog. * * @since 4.2.0 + * @access public + * * @return bool|null Returns null if preview() has not been called yet. */ public function is_current_blog_previewed() { diff --git a/wp-includes/version.php b/wp-includes/version.php index aa203de514..326ea1e8da 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32033'; +$wp_version = '4.2-beta4-32034'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.