Make WordPress Core

Changeset 56774


Ignore:
Timestamp:
10/04/2023 03:10:56 PM (12 months ago)
Author:
SergeyBiryukov
Message:

Docs: Use 3-digit, x.x.x style semantic versioning for two @since entries.

Follow-up to [41626], [56541].

See #58833.

Location:
trunk/src/js/_enqueues
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/admin/common.js

    r56541 r56774  
    21132113 * plugin icon images in the update plugins table.
    21142114 *
    2115  * @since 6.4
     2115 * @since 6.4.0
    21162116 */
    21172117(function() {
  • trunk/src/js/_enqueues/wp/customize/controls.js

    r53024 r56774  
    78017801
    78027802            /**
    7803              * Builds the front preview url with the current state of customizer.
     7803             * Builds the front preview URL with the current state of customizer.
    78047804             *
    7805              * @since 4.9
     7805             * @since 4.9.0
    78067806             *
    7807              * @return {string} Preview url.
     7807             * @return {string} Preview URL.
    78087808             */
    78097809            getFrontendPreviewUrl: function() {
Note: See TracChangeset for help on using the changeset viewer.