From 5dae0e834a7c07d38b93838e1a59dbefc748db86 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 4 Jan 2014 18:08:59 +0000 Subject: [PATCH] Correct @since values. see #26253. git-svn-id: https://develop.svn.wordpress.org/trunk@26903 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/feed.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/feed.php b/src/wp-includes/feed.php index 92862a80e9..ec54ac6043 100644 --- a/src/wp-includes/feed.php +++ b/src/wp-includes/feed.php @@ -158,7 +158,7 @@ function get_the_title_rss() { /** * Filter the post title for use in a feed. * - * @since 1.2.1 + * @since 1.2.0 * * @param string $title The current post title. */ @@ -235,7 +235,7 @@ function the_excerpt_rss() { /** * Filter the post excerpt for a feed. * - * @since 1.2.1 + * @since 1.2.0 * * @param string $output The current post excerpt. */ @@ -432,7 +432,7 @@ function get_the_category_rss($type = null) { /** * Filter all of the post categories for display in a feed. * - * @since 1.2.1 + * @since 1.2.0 * * @param string $the_list All of the RSS post categories. * @param string $type Type of feed. Possible values include 'rss2', 'atom'.