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:
Sergey Biryukov 2021-08-13 15:50:58 +00:00
parent e68985e506
commit 6b144ab46a
2 changed files with 2 additions and 2 deletions

View File

@ -4969,7 +4969,7 @@ function wp_parse_str( $string, &$array ) {
/**
* 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.
*/

View File

@ -13,7 +13,7 @@
*
* @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.