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

See #37770.

git-svn-id: https://develop.svn.wordpress.org/trunk@39281 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-11-17 18:27:16 +00:00
parent f493ebb369
commit 3f11a75b2d
3 changed files with 10 additions and 10 deletions

View File

@ -897,7 +897,7 @@ $document.ready( function() {
/**
* @summary Get the viewport width.
*
* @since 4.7
* @since 4.7.0
*
* @returns {number|boolean} The current viewport width or false if the
* browser doesn't support innerWidth (IE < 9).
@ -919,7 +919,7 @@ $document.ready( function() {
* Sets the global variable `menuState` and triggers a custom event passing
* the current menu state.
*
* @since 4.7
* @since 4.7.0
*
* @returns {void}
*/
@ -947,7 +947,7 @@ $document.ready( function() {
* `aria-label` attributes of the button to give feedback to assistive
* technologies. In the responsive view, the button is always hidden.
*
* @since 4.7
* @since 4.7.0
*
* @returns {void}
*/

View File

@ -26,7 +26,7 @@
* The taxonomy can be passed in a `data-wp-taxonomy` attribute on the element or
* can be in `options.taxonomy`.
*
* @since 4.7
* @since 4.7.0
*
* @param {object} options Options that are passed to UI Autocomplete. Can be used to override the default settings.
* @returns {object} jQuery instance.

View File

@ -103,7 +103,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
/**
* Create and show the edit shortcut for a given partial placement container.
*
* @since 4.7
* @since 4.7.0
*
* @param {Placement} placement The placement container element.
* @returns {void}
@ -131,7 +131,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
/**
* Add an edit shortcut to the placement container.
*
* @since 4.7
* @since 4.7.0
*
* @param {Placement} placement The placement for the partial.
* @param {jQuery} $editShortcut The shortcut element as a jQuery object.
@ -148,7 +148,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
/**
* Return the unique class name for the edit shortcut button for this partial.
*
* @since 4.7
* @since 4.7.0
*
* @return {string} Partial ID converted into a class name for use in shortcut.
*/
@ -161,7 +161,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
/**
* Return the appropriate translated string for the edit shortcut button.
*
* @since 4.7
* @since 4.7.0
*
* @return {string} Tooltip for edit shortcut.
*/
@ -186,7 +186,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
*
* Will use `params.type` if set, but otherwise will try to infer type from settingId.
*
* @since 4.7
* @since 4.7.0
*
* @return {string} Type of partial derived from type param or the related setting ID.
*/
@ -208,7 +208,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) {
/**
* Create an edit shortcut button for this partial.
*
* @since 4.7
* @since 4.7.0
*
* @return {jQuery} The edit shortcut button element.
*/