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:
parent
c68c1ade16
commit
5df16d63ac
@ -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( {
|
||||
|
Loading…
Reference in New Issue
Block a user