Customize: Fix typo in `CustomHeader.prototype.initialize()` DocBlock in `src/js/_enqueues/wp/custom-header.js`.
Props ankitmaru. Fixes #49301. Built from https://develop.svn.wordpress.org/trunk@47116 git-svn-id: http://core.svn.wordpress.org/trunk@46916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e65032ff6b
commit
50edbd537e
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
CustomHeader.prototype = {
|
CustomHeader.prototype = {
|
||||||
/**
|
/**
|
||||||
* Initalize the custom header.
|
* Initialize the custom header.
|
||||||
*
|
*
|
||||||
* If the environment supports video, loops through registered handlers
|
* If the environment supports video, loops through registered handlers
|
||||||
* until one is found that can handle the video.
|
* until one is found that can handle the video.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.4-alpha-47115';
|
$wp_version = '5.4-alpha-47116';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
Reference in New Issue