From 3710226cf4385d9569d11a3667d16a982c873df9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Sep 2015 03:13:27 +0000 Subject: [PATCH] Correct `@since` version for [33838]. props JustinSainton. see #23692. git-svn-id: https://develop.svn.wordpress.org/trunk@33839 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/general-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 7709c73db6..8a63a12d12 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -2309,7 +2309,7 @@ function feed_links( $args = array() ) { /** * Filter whether to display the posts feed link. * - * @since 4.3.0 + * @since 4.4.0 * * @param bool $show Whether to display the posts feed link. Default true. */ @@ -2320,7 +2320,7 @@ function feed_links( $args = array() ) { /** * Filter whether to display the comments feed link. * - * @since 4.3.0 + * @since 4.4.0 * * @param bool $show Whether to display the comments feed link. Default true. */