Correct @since values. see #26253.

git-svn-id: https://develop.svn.wordpress.org/trunk@26903 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-01-04 18:08:59 +00:00
parent 2959521871
commit 5dae0e834a
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.
*
* @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'.