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.