mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Docs: Use 3-digit, x.x.x style semantic versioning for two @since entries.
Follow-up to [41626], [56541]. See #58833. git-svn-id: https://develop.svn.wordpress.org/trunk@56774 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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.
|
||||
|
||||
+3
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user