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.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-16 16:39:26 +00:00
parent 3bdf4f1524
commit 7add7e84f5
2 changed files with 3 additions and 1 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;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta3-37010';
$wp_version = '4.5-beta3-37011';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.