Add true descriptions to parameters for the add()
method for wptextpattern
, added in 4.3.
See [32703]. See #32891. git-svn-id: https://develop.svn.wordpress.org/trunk@33200 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
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( {
|
||||
|
Loading…
x
Reference in New Issue
Block a user