Add missing @access tags to two DocBlocks in WP_Customize_Setting.

See [31707]. See #31888.

Built from https://develop.svn.wordpress.org/trunk@32034


git-svn-id: http://core.svn.wordpress.org/trunk@32013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-04-05 15:17:27 +00:00
parent 8737fcff65
commit d483e3a32a
2 changed files with 4 additions and 1 deletions

View File

@ -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() {

View File

@ -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.