From d16e03f2fef958c6d091f40503a1e6e173760c27 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 13 Aug 2021 15:49:10 +0000 Subject: [PATCH] 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 --- src/wp-includes/formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index 460c29e5a3..edfdd1e416 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -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. */