diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index f8ee2b7056..23525b5059 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -2445,7 +2445,7 @@ function feed_links_extra( $args = array() ) { * @since 2.0.0 */ function rsd_link() { - echo '\n"; + echo '' . "\n"; } /** diff --git a/wp-includes/version.php b/wp-includes/version.php index dbee3f418b..5541791e77 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35104'; +$wp_version = '4.4-alpha-35105'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.