diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index a9aa537f39..485d6e863a 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -615,6 +615,7 @@ class Custom_Image_Header {
+ diff --git a/wp-includes/version.php b/wp-includes/version.php index b9691834a9..c3d594cd5c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30094'; +$wp_version = '4.1-alpha-30095'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.