Correct @since version for [33838].

props JustinSainton.
see #23692.
Built from https://develop.svn.wordpress.org/trunk@33839


git-svn-id: http://core.svn.wordpress.org/trunk@33807 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-09-01 03:14:21 +00:00
parent 13540a6b30
commit db71d238dd
2 changed files with 3 additions and 3 deletions

View File

@ -2309,7 +2309,7 @@ function feed_links( $args = array() ) {
/** /**
* Filter whether to display the posts feed link. * 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. * @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. * 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. * @param bool $show Whether to display the comments feed link. Default true.
*/ */

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-33838'; $wp_version = '4.4-alpha-33839';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.