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:
parent
5ebb6855b6
commit
a6687bccad
|
@ -22,8 +22,8 @@
|
||||||
*
|
*
|
||||||
* @since 4.3.0
|
* @since 4.3.0
|
||||||
*
|
*
|
||||||
* @param {RegExp} regExp
|
* @param {RegExp} RegEx pattern.
|
||||||
* @param {Function} callback
|
* @param {Function} Callback.
|
||||||
*/
|
*/
|
||||||
function add( regExp, callback ) {
|
function add( regExp, callback ) {
|
||||||
patterns.push( {
|
patterns.push( {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue