Make WordPress Core


Ignore:
Timestamp:
01/03/2021 10:02:13 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Promote many bool types to true or false where only that value is used.

See #51800

File:
1 edited

Legend:

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

    r48322 r49927  
    405405 *
    406406 * @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.
    408408 */
    409409function fetch_rss ($url) {
Note: See TracChangeset for help on using the changeset viewer.