Docs: Miscellaneous docblock fixes.

See #50768


git-svn-id: https://develop.svn.wordpress.org/trunk@49181 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-10-17 14:52:04 +00:00
parent b1833128fe
commit ff18031d1b
3 changed files with 9 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ class WP_Customize_Control {
* The primary setting for the control (if there is one).
*
* @since 3.4.0
* @var string
* @var string|WP_Customize_Setting|null
*/
public $setting = 'default';