From 7dfcb33d4dddf8b6098e8846c9ed99017bfb5877 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 21 Dec 2017 02:40:54 +0000 Subject: [PATCH] Docs: Remove erroneous zero-width space before URL in `fetch_feed()` DocBlock. Props coffee2code. Fixes #42951. See #meta3212. Built from https://develop.svn.wordpress.org/trunk@42414 git-svn-id: http://core.svn.wordpress.org/trunk@42245 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/feed.php b/wp-includes/feed.php index b5a7c95fc9..c8f5fd5d3d 100644 --- a/wp-includes/feed.php +++ b/wp-includes/feed.php @@ -677,7 +677,7 @@ function feed_content_type( $type = '' ) { * * @param mixed $url URL of feed to retrieve. If an array of URLs, the feeds are merged * using SimplePie's multifeed feature. - * See also {@link ​http://simplepie.org/wiki/faq/typical_multifeed_gotchas} + * See also {@link http://simplepie.org/wiki/faq/typical_multifeed_gotchas} * * @return WP_Error|SimplePie WP_Error object on failure or SimplePie object on success */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 4d0426d760..117414c16b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42413'; +$wp_version = '5.0-alpha-42414'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.