From a14a4fc9a5c6ff58e657af93cc7efea3644d70ac Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 3 Nov 2014 05:08:22 +0000 Subject: [PATCH] In `Custom_Background`, declare `$updated` as a property. See #30224. Built from https://develop.svn.wordpress.org/trunk@30186 git-svn-id: http://core.svn.wordpress.org/trunk@30186 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/custom-background.php | 5 +++++ wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index a23efda036..fd69447594 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -42,6 +42,11 @@ class Custom_Background { */ private $page = ''; + /** + * @var bool + */ + private $updated; + /** * Constructor - Register administration header callback. * diff --git a/wp-includes/version.php b/wp-includes/version.php index d80574ccbd..fb4f5cae1e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30185'; +$wp_version = '4.1-alpha-30186'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.