mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
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:
@@ -42,6 +42,11 @@ class Custom_Background {
|
||||
*/
|
||||
private $page = '';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
private $updated;
|
||||
|
||||
/**
|
||||
* Constructor - Register administration header callback.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user