Docs: Add a summary, version, and @access
tag to the property DocBlock for Custom_Image_Header->updated
.
See [14907] for where the property was initially introduced. See [30187] for where the property was actually declared. Props brentvr. See #30224. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@34491 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
00eab11256
commit
c9093207df
@ -41,6 +41,10 @@ class Custom_Image_Header {
|
||||
public $default_headers = array();
|
||||
|
||||
/**
|
||||
* Used to trigger a success message when settings updated and set to true.
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @access private
|
||||
* @var bool
|
||||
*/
|
||||
private $updated;
|
||||
|
Loading…
Reference in New Issue
Block a user