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
+3 -3
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}
*/
+1 -1
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.