mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-17 01:16:06 +02:00
Re-add parameter names to the add()
DocBlock in wptextpattern
accidentally replaced only with descriptions in [33200].
Props iseulde. See #32891. Built from https://develop.svn.wordpress.org/trunk@33205 git-svn-id: http://core.svn.wordpress.org/trunk@33177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d1a3d2e6ea
commit
050e95d5ee
@ -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( {
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33204';
|
||||
$wp_version = '4.3-beta2-33205';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user