mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-31 13:37:51 +01:00
Docs: Add a summary, version, and @access
tag to the property DocBlock for Custom_Background->updated
.
See [13765] for where the property was initially introduced. See [30186] for where the property was actually declared. Props brentvr. See #30224. See #32246. Built from https://develop.svn.wordpress.org/trunk@34490 git-svn-id: http://core.svn.wordpress.org/trunk@34454 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
de5e9d01a9
commit
caf3df03bc
@ -32,6 +32,10 @@ class Custom_Background {
|
||||
public $admin_image_div_callback;
|
||||
|
||||
/**
|
||||
* Used to trigger a success message when settings updated and set to true.
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @access private
|
||||
* @var bool
|
||||
*/
|
||||
private $updated;
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34489';
|
||||
$wp_version = '4.4-alpha-34490';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user