From 19eb835aeed79e574b6f682a0fe628509d812338 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 3 Nov 2014 05:07:49 +0000 Subject: [PATCH] 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 --- src/wp-admin/custom-background.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-admin/custom-background.php b/src/wp-admin/custom-background.php index a23efda036..fd69447594 100644 --- a/src/wp-admin/custom-background.php +++ b/src/wp-admin/custom-background.php @@ -42,6 +42,11 @@ class Custom_Background { */ private $page = ''; + /** + * @var bool + */ + private $updated; + /** * Constructor - Register administration header callback. *