Twenty Nineteen: Correct file name in JS DocBlocks.
See #47110. Built from https://develop.svn.wordpress.org/trunk@45921 git-svn-id: http://core.svn.wordpress.org/trunk@45732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c9d8c89ebd
commit
ceefe26e9e
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* File customizer.js.
|
||||
* File customize-controls.js.
|
||||
*
|
||||
* Theme Customizer enhancements for a better user experience.
|
||||
*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* File customizer.js.
|
||||
* File customize-preview.js.
|
||||
*
|
||||
* Theme Customizer enhancements for a better user experience.
|
||||
*
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45920';
|
||||
$wp_version = '5.3-alpha-45921';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue