wp/wp-admin/js/word-count.js
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
--- a/wp/wp-admin/js/word-count.js	Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/wp-admin/js/word-count.js	Mon Oct 14 18:28:13 2019 +0200
@@ -1,10 +1,10 @@
 /**
- * Word or character counting functionality. Count words or characters in a provided text string.
- *
- * @summary   Count words or characters in a text.
+ * Word or character counting functionality. Count words or characters in a
+ * provided text string.
  *
  * @namespace wp.utils
  * @since     2.6.0
+ * @output wp-admin/js/word-count.js
  */
 
 ( function() {
@@ -143,8 +143,6 @@
 	/**
 	 * Counts the number of words (or other specified type) in the specified text.
 	 *
-	 * @summary  Count the number of elements in a text.
-	 *
 	 * @since    2.6.0
 	 * @memberof wp.utils.wordcounter
 	 *