From 4bf7dc11b04dccb4e48f4ce708e4178a01395767 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 4 Oct 2023 15:12:28 +0000 Subject: [PATCH] Docs: Use 3-digit, x.x.x style semantic versioning for two `@since` entries. Follow-up to [41626], [56541]. See #58833. Built from https://develop.svn.wordpress.org/trunk@56774 git-svn-id: http://core.svn.wordpress.org/trunk@56286 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/common.js | 2 +- wp-admin/js/customize-controls.js | 6 +++--- wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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.