Docs: Add a missing version and access information to the DocBlock for the `WP_Customize_Selective_Refresh->$manager` property, introduced in [36586].

See #27355. See #35986.


git-svn-id: https://develop.svn.wordpress.org/trunk@37011 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-03-16 16:38:31 +00:00
parent 7c4212d252
commit 7e2441298e
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ final class WP_Customize_Selective_Refresh {
/**
* Customize manager.
*
* @since 4.5.0
* @access public
* @var WP_Customize_Manager
*/
public $manager;