From 0c37fe30ac20264046bed70e10321d6d11f23cef Mon Sep 17 00:00:00 2001 From: atimmer Date: Thu, 5 Apr 2018 13:40:30 +0000 Subject: [PATCH] Docs: Fix JS Docs for `custom-header.js`. Amends [42385]. Props herregroen. See #42678. Built from https://develop.svn.wordpress.org/trunk@42962 git-svn-id: http://core.svn.wordpress.org/trunk@42791 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/custom-header.js | 3 --- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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.