Docs: Use 3-digit, x.x.x style semantic versioning for @since entries in wp-admin/js/word-count.js.

See #37718.

git-svn-id: https://develop.svn.wordpress.org/trunk@39739 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-01-06 14:18:43 +00:00
parent 795e4a1db5
commit f216c498c2

View File

@ -4,7 +4,7 @@
* @summary Count words or characters in a text. * @summary Count words or characters in a text.
* *
* @namespace wp.utils * @namespace wp.utils
* @since 2.6 * @since 2.6.0
*/ */
( function() { ( function() {
@ -145,7 +145,7 @@
* *
* @summary Count the number of elements in a text. * @summary Count the number of elements in a text.
* *
* @since 2.6 * @since 2.6.0
* @memberof wp.utils.wordcounter * @memberof wp.utils.wordcounter
* *
* @param {String} text Text to count elements in. * @param {String} text Text to count elements in.