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
This commit is contained in:
parent
1caa918dbc
commit
7dfcb33d4d
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue