Make WordPress Core

Changeset 39281


Ignore:
Timestamp:
11/17/2016 06:27:16 PM (8 years ago)
Author:
SergeyBiryukov
Message:

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

See #37770.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/common.js

    r39141 r39281  
    898898     * @summary Get the viewport width.
    899899     *
    900      * @since 4.7
     900     * @since 4.7.0
    901901     *
    902902     * @returns {number|boolean} The current viewport width or false if the
     
    920920     * the current menu state.
    921921     *
    922      * @since 4.7
     922     * @since 4.7.0
    923923     *
    924924     * @returns {void}
     
    948948     * technologies. In the responsive view, the button is always hidden.
    949949     *
    950      * @since 4.7
     950     * @since 4.7.0
    951951     *
    952952     * @returns {void}
  • trunk/src/wp-admin/js/tags-suggest.js

    r38880 r39281  
    2727     * can be in `options.taxonomy`.
    2828     *
    29      * @since 4.7
     29     * @since 4.7.0
    3030     *
    3131     * @param {object} options Options that are passed to UI Autocomplete. Can be used to override the default settings.
  • trunk/src/wp-includes/js/customize-selective-refresh.js

    r39270 r39281  
    104104         * Create and show the edit shortcut for a given partial placement container.
    105105         *
    106          * @since 4.7
     106         * @since 4.7.0
    107107         *
    108108         * @param {Placement} placement The placement container element.
     
    132132         * Add an edit shortcut to the placement container.
    133133         *
    134          * @since 4.7
     134         * @since 4.7.0
    135135         *
    136136         * @param {Placement} placement The placement for the partial.
     
    149149         * Return the unique class name for the edit shortcut button for this partial.
    150150         *
    151          * @since 4.7
     151         * @since 4.7.0
    152152         *
    153153         * @return {string} Partial ID converted into a class name for use in shortcut.
     
    162162         * Return the appropriate translated string for the edit shortcut button.
    163163         *
    164          * @since 4.7
     164         * @since 4.7.0
    165165         *
    166166         * @return {string} Tooltip for edit shortcut.
     
    187187         * Will use `params.type` if set, but otherwise will try to infer type from settingId.
    188188         *
    189          * @since 4.7
     189         * @since 4.7.0
    190190         *
    191191         * @return {string} Type of partial derived from type param or the related setting ID.
     
    209209         * Create an edit shortcut button for this partial.
    210210         *
    211          * @since 4.7
     211         * @since 4.7.0
    212212         *
    213213         * @return {jQuery} The edit shortcut button element.
Note: See TracChangeset for help on using the changeset viewer.