wp/wp-includes/rss.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
   401  *
   401  *
   402  * @since 1.5.0
   402  * @since 1.5.0
   403  * @package External
   403  * @package External
   404  * @subpackage MagpieRSS
   404  * @subpackage MagpieRSS
   405  *
   405  *
   406  * @param string $url URL to retrieve feed
   406  * @param string $url URL to retrieve feed.
   407  * @return bool|MagpieRSS false on failure or MagpieRSS object on success.
   407  * @return MagpieRSS|false MagpieRSS object on success, false on failure.
   408  */
   408  */
   409 function fetch_rss ($url) {
   409 function fetch_rss ($url) {
   410 	// initialize constants
   410 	// initialize constants
   411 	init();
   411 	init();
   412 
   412