From 4e3b70d354c78dcf7f6e88d676631775398e878a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 4 Jan 2014 18:09:12 +0000 Subject: [PATCH] Correct @since values. see #26253. Built from https://develop.svn.wordpress.org/trunk@26903 git-svn-id: http://core.svn.wordpress.org/trunk@26786 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/feed.php b/wp-includes/feed.php index 92862a80e9..ec54ac6043 100644 --- a/wp-includes/feed.php +++ b/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'.