Changeset 47397 for trunk/src/wp-includes/feed.php
- Timestamp:
- 03/01/2020 10:36:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r47219 r47397 744 744 * @since 2.8.0 745 745 * 746 * @param mixed $url URL of feed to retrieve. If an array of URLs, the feeds are merged 747 * using SimplePie's multifeed feature. 748 * See also {@link http://simplepie.org/wiki/faq/typical_multifeed_gotchas} 749 * 746 * @param string|string[] $url URL of feed to retrieve. If an array of URLs, the feeds are merged 747 * using SimplePie's multifeed feature. 748 * See also {@link http://simplepie.org/wiki/faq/typical_multifeed_gotchas} 750 749 * @return SimplePie|WP_Error SimplePie object on success or WP_Error object on failure. 751 750 */ … … 778 777 * @since 3.0.0 779 778 * 780 * @param SimplePie $feed SimplePie feed object (passed by reference).781 * @param mixed $url URL of feed to retrieve. If an array of URLs, the feeds are merged.779 * @param SimplePie $feed SimplePie feed object (passed by reference). 780 * @param string|string[] $url URL of feed or array of URLs of feeds to retrieve. 782 781 */ 783 782 do_action_ref_array( 'wp_feed_options', array( &$feed, $url ) );
Note: See TracChangeset
for help on using the changeset viewer.