mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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
This commit is contained in:
parent
e445cdee79
commit
0c37fe30ac
@ -5,9 +5,6 @@
|
|||||||
*
|
*
|
||||||
* @since 3.5.0
|
* @since 3.5.0
|
||||||
*
|
*
|
||||||
* @global
|
|
||||||
* @name Global
|
|
||||||
*
|
|
||||||
* @deprecated 4.1.0 The page this is used on is never linked to from the UI.
|
* @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.
|
* Setting a custom header is completely handled by the Customizer.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user