From db71d238dd6c043db18db0ccc62b28892e92cafb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Sep 2015 03:14:21 +0000 Subject: [PATCH] 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 --- wp-includes/general-template.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 7709c73db6..8a63a12d12 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -2309,7 +2309,7 @@ function feed_links( $args = array() ) { /** * 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. */ @@ -2320,7 +2320,7 @@ function feed_links( $args = array() ) { /** * 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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 9b2bef7d3d..d724adcb4a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.