From e553acf201f88aa428833af5f7b2221c51b26114 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 21 Dec 2017 02:39:21 +0000 Subject: [PATCH] Docs: Remove erroneous zero-width space before URL in `fetch_feed()` DocBlock. Props coffee2code. Fixes #42951. See #meta3212. git-svn-id: https://develop.svn.wordpress.org/trunk@42414 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/feed.php b/src/wp-includes/feed.php index b5a7c95fc9..c8f5fd5d3d 100644 --- a/src/wp-includes/feed.php +++ b/src/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 */