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
This commit is contained in:
Sergey Biryukov 2017-12-21 02:39:21 +00:00
parent 64e3dc5bc8
commit e553acf201
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/