diff --git a/wp-admin/js/custom-header.js b/wp-admin/js/custom-header.js index 5138e0cdb7..01a3d36e55 100644 --- a/wp-admin/js/custom-header.js +++ b/wp-admin/js/custom-header.js @@ -5,9 +5,6 @@ * * @since 3.5.0 * - * @global - * @name Global - * * @deprecated 4.1.0 The page this is used on is never linked to from the UI. * Setting a custom header is completely handled by the Customizer. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 5c9c57307b..e6a65cf812 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42961'; +$wp_version = '5.0-alpha-42962'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.