diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php index 36a5b504fa..ed4366ef96 100644 --- a/wp-admin/custom-background.php +++ b/wp-admin/custom-background.php @@ -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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 3944c508e7..6b7653ea40 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.