From d9edabf016c1e7d4251751b7c46e4a5f3493f2ad Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 4 Oct 2023 12:12:56 +0000 Subject: [PATCH] Twenty Fourteen: Correct `@since` entry for an authors list query arguments filter. Follow-up to [51943]. See #58833. git-svn-id: https://develop.svn.wordpress.org/trunk@56772 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php index d9688e0b87..cd72730a3e 100644 --- a/src/wp-content/themes/twentyfourteen/functions.php +++ b/src/wp-content/themes/twentyfourteen/functions.php @@ -542,7 +542,7 @@ if ( ! function_exists( 'twentyfourteen_list_authors' ) ) : /** * Filters query arguments for listing authors. * - * @since 3.3 + * @since Twenty Fourteen 3.3 * * @param array $args Query arguments. */