Add missing `@access` tags to two DocBlocks in `WP_Customize_Setting`.

See [31707]. See #31888.


git-svn-id: https://develop.svn.wordpress.org/trunk@32034 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-04-05 15:16:32 +00:00
parent ab0b6a94c8
commit 1f3341f11a
1 changed files with 3 additions and 0 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() {