mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Docs: Promote many bool types to true or false where only that value is used.
See #51800 git-svn-id: https://develop.svn.wordpress.org/trunk@49927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -404,7 +404,7 @@ if ( !function_exists('fetch_rss') ) :
|
||||
* @subpackage MagpieRSS
|
||||
*
|
||||
* @param string $url URL to retrieve feed
|
||||
* @return bool|MagpieRSS false on failure or MagpieRSS object on success.
|
||||
* @return false|MagpieRSS false on failure or MagpieRSS object on success.
|
||||
*/
|
||||
function fetch_rss ($url) {
|
||||
// initialize constants
|
||||
|
||||
Reference in New Issue
Block a user