mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Docs: Correct @since
version for the wp_parse_str
filter.
The filter was introduced along with the `wp_parse_str()` function in WordPress 2.2.1. Follow-up to [5709], [8662], [26485]. See #53399. Built from https://develop.svn.wordpress.org/trunk@51609 git-svn-id: http://core.svn.wordpress.org/trunk@51220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e68985e506
commit
6b144ab46a
@ -4969,7 +4969,7 @@ function wp_parse_str( $string, &$array ) {
|
|||||||
/**
|
/**
|
||||||
* Filters the array of variables derived from a parsed string.
|
* Filters the array of variables derived from a parsed string.
|
||||||
*
|
*
|
||||||
* @since 2.3.0
|
* @since 2.2.1
|
||||||
*
|
*
|
||||||
* @param array $array The array populated with variables.
|
* @param array $array The array populated with variables.
|
||||||
*/
|
*/
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.9-alpha-51608';
|
$wp_version = '5.9-alpha-51609';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
Block a user