From ceefe26e9ef71c076dedd0b764f08bfabbcf84dd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 31 Aug 2019 20:43:55 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentynineteen/js/customize-controls.js | 2 +- wp-content/themes/twentynineteen/js/customize-preview.js | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentynineteen/js/customize-controls.js b/wp-content/themes/twentynineteen/js/customize-controls.js index e717e909a1..b4308ed145 100644 --- a/wp-content/themes/twentynineteen/js/customize-controls.js +++ b/wp-content/themes/twentynineteen/js/customize-controls.js @@ -1,5 +1,5 @@ /** - * File customizer.js. + * File customize-controls.js. * * Theme Customizer enhancements for a better user experience. * diff --git a/wp-content/themes/twentynineteen/js/customize-preview.js b/wp-content/themes/twentynineteen/js/customize-preview.js index 7191b0062e..91b91f3e0c 100644 --- a/wp-content/themes/twentynineteen/js/customize-preview.js +++ b/wp-content/themes/twentynineteen/js/customize-preview.js @@ -1,5 +1,5 @@ /** - * File customizer.js. + * File customize-preview.js. * * Theme Customizer enhancements for a better user experience. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 6737769d67..4d33c54b2c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.