diff --git a/wp-admin/js/common.js b/wp-admin/js/common.js index 1bb0b2169c..0984ac2dfe 100644 --- a/wp-admin/js/common.js +++ b/wp-admin/js/common.js @@ -2112,7 +2112,7 @@ $( function( $ ) { * stops animations for all GIFs on the page with the class 'plugin-icon' or * plugin icon images in the update plugins table. * - * @since 6.4 + * @since 6.4.0 */ (function() { // Private variables and methods. diff --git a/wp-admin/js/customize-controls.js b/wp-admin/js/customize-controls.js index 37a57fd859..b6786b4d38 100644 --- a/wp-admin/js/customize-controls.js +++ b/wp-admin/js/customize-controls.js @@ -7800,11 +7800,11 @@ }, /** - * Builds the front preview url with the current state of customizer. + * Builds the front preview URL with the current state of customizer. * - * @since 4.9 + * @since 4.9.0 * - * @return {string} Preview url. + * @return {string} Preview URL. */ getFrontendPreviewUrl: function() { var previewer = this, params, urlParser; diff --git a/wp-includes/version.php b/wp-includes/version.php index 3a6f7c13e9..36a5f22eaf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta2-56773'; +$wp_version = '6.4-beta2-56774'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.