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
This commit is contained in:
Sergey Biryukov 2014-01-04 18:09:12 +00:00
parent d7f19a8044
commit 4e3b70d354
1 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@ function get_the_title_rss() {
/** /**
* Filter the post title for use in a feed. * Filter the post title for use in a feed.
* *
* @since 1.2.1 * @since 1.2.0
* *
* @param string $title The current post title. * @param string $title The current post title.
*/ */
@ -235,7 +235,7 @@ function the_excerpt_rss() {
/** /**
* Filter the post excerpt for a feed. * Filter the post excerpt for a feed.
* *
* @since 1.2.1 * @since 1.2.0
* *
* @param string $output The current post excerpt. * @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. * 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 $the_list All of the RSS post categories.
* @param string $type Type of feed. Possible values include 'rss2', 'atom'. * @param string $type Type of feed. Possible values include 'rss2', 'atom'.