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.

git-svn-id: https://develop.svn.wordpress.org/trunk@51609 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-08-13 15:49:10 +00:00
parent 74edebac97
commit d16e03f2fe
+1 -1
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.
*/