mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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( {
|
||||
|
||||
Reference in New Issue
Block a user