Make WordPress Core


Ignore:
Timestamp:
11/11/2019 02:41:15 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: In various @return tags, list the expected type first, instead of WP_Error.

See #48303.

File:
1 edited

Legend:

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

    r45932 r46696  
    739739 * See also {@link http://simplepie.org/wiki/faq/typical_multifeed_gotchas}
    740740 *
    741  * @return WP_Error|SimplePie WP_Error object on failure or SimplePie object on success
     741 * @return SimplePie|WP_Error SimplePie object on success or WP_Error object on failure.
    742742 */
    743743function fetch_feed( $url ) {
Note: See TracChangeset for help on using the changeset viewer.