diff --git a/src/js/_enqueues/admin/common.js b/src/js/_enqueues/admin/common.js index 1bb0b2169c..0984ac2dfe 100644 --- a/src/js/_enqueues/admin/common.js +++ b/src/js/_enqueues/admin/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/src/js/_enqueues/wp/customize/controls.js b/src/js/_enqueues/wp/customize/controls.js index 37a57fd859..b6786b4d38 100644 --- a/src/js/_enqueues/wp/customize/controls.js +++ b/src/js/_enqueues/wp/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;