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:
parent
795e4a1db5
commit
f216c498c2
@ -4,7 +4,7 @@
|
||||
* @summary Count words or characters in a text.
|
||||
*
|
||||
* @namespace wp.utils
|
||||
* @since 2.6
|
||||
* @since 2.6.0
|
||||
*/
|
||||
|
||||
( function() {
|
||||
@ -145,7 +145,7 @@
|
||||
*
|
||||
* @summary Count the number of elements in a text.
|
||||
*
|
||||
* @since 2.6
|
||||
* @since 2.6.0
|
||||
* @memberof wp.utils.wordcounter
|
||||
*
|
||||
* @param {String} text Text to count elements in.
|
||||
|
Loading…
Reference in New Issue
Block a user