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
This commit is contained in:
Sergey Biryukov 2023-10-04 15:12:28 +00:00
parent eb0c7d8864
commit 4bf7dc11b0
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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