Make WordPress Core

Changeset 42414


Ignore:
Timestamp:
12/21/2017 02:39:21 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove erroneous zero-width space before URL in fetch_feed() DocBlock.

Props coffee2code.
Fixes #42951. See #meta3212.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed.php

    r42343 r42414  
    678678 * @param mixed $url URL of feed to retrieve. If an array of URLs, the feeds are merged
    679679 * using SimplePie's multifeed feature.
    680  * See also {@link http://simplepie.org/wiki/faq/typical_multifeed_gotchas}
     680 * See also {@link http://simplepie.org/wiki/faq/typical_multifeed_gotchas}
    681681 *
    682682 * @return WP_Error|SimplePie WP_Error object on failure or SimplePie object on success
Note: See TracChangeset for help on using the changeset viewer.