In Custom_Background, declare $updated as a property.

See #30224.


git-svn-id: https://develop.svn.wordpress.org/trunk@30186 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2014-11-03 05:07:49 +00:00
parent 3663a276f1
commit 19eb835aee

View File

@@ -42,6 +42,11 @@ class Custom_Background {
*/
private $page = '';
/**
* @var bool
*/
private $updated;
/**
* Constructor - Register administration header callback.
*