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

See #37770.
Built from https://develop.svn.wordpress.org/trunk@39281


git-svn-id: http://core.svn.wordpress.org/trunk@39221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2016-11-17 18:28:30 +00:00
parent 480501c6a8
commit 2fadd7a895
4 changed files with 11 additions and 11 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.
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta4-39280';
$wp_version = '4.7-beta4-39281';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.