Changeset 49927 for trunk/src/wp-includes/rss.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rss.php
r48322 r49927 405 405 * 406 406 * @param string $url URL to retrieve feed 407 * @return bool|MagpieRSS false on failure or MagpieRSS object on success.407 * @return false|MagpieRSS false on failure or MagpieRSS object on success. 408 408 */ 409 409 function fetch_rss ($url) {
Note: See TracChangeset
for help on using the changeset viewer.