Update WP and plugins

This commit is contained in:
Oliver Davies 2019-04-16 20:56:22 +01:00
parent 10a4713229
commit 1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions

View file

@ -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
*