mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
Docs: Correct @type annotation for WP_Customize_Selective_Refresh::$current_partial_id.
Props diddledan. Fixes #46854. git-svn-id: https://develop.svn.wordpress.org/trunk@45428 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -49,7 +49,7 @@ final class WP_Customize_Selective_Refresh {
|
||||
* Keep track of the current partial being rendered.
|
||||
*
|
||||
* @since 4.5.0
|
||||
* @var string
|
||||
* @var string|null
|
||||
*/
|
||||
protected $current_partial_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user