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:
Sergey Biryukov 2019-08-31 20:43:55 +00:00
parent c9d8c89ebd
commit ceefe26e9e
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/**
* File customizer.js.
* File customize-controls.js.
*
* Theme Customizer enhancements for a better user experience.
*

View File

@ -1,5 +1,5 @@
/**
* File customizer.js.
* File customize-preview.js.
*
* Theme Customizer enhancements for a better user experience.
*

View File

@ -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.