Re-add parameter names to the `add()` DocBlock in `wptextpattern` accidentally replaced only with descriptions in [33200].

Props iseulde.
See #32891.


git-svn-id: https://develop.svn.wordpress.org/trunk@33205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-07-13 18:08:48 +00:00
parent c68c1ade16
commit 5df16d63ac
1 changed files with 2 additions and 2 deletions

View File

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