Add true descriptions to parameters for the add() method for wptextpattern, added in 4.3.

See [32703]. See .


git-svn-id: https://develop.svn.wordpress.org/trunk@33200 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-07-13 17:54:42 +00:00
parent 5251b3406a
commit 5b766e2082

@ -22,8 +22,8 @@
*
* @since 4.3.0
*
* @param {RegExp} regExp
* @param {Function} callback
* @param {RegExp} RegEx pattern.
* @param {Function} Callback.
*/
function add( regExp, callback ) {
patterns.push( {