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

See [32703]. See #32891.

Built from https://develop.svn.wordpress.org/trunk@33200


git-svn-id: http://core.svn.wordpress.org/trunk@33172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-07-13 17:55:25 +00:00
parent 5ebb6855b6
commit a6687bccad
2 changed files with 3 additions and 3 deletions

View File

@ -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( {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33199';
$wp_version = '4.3-beta2-33200';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.