Make WordPress Core


Ignore:
Timestamp:
06/27/2015 01:02:12 AM (9 years ago)
Author:
wonderboymusic
Message:

For doc block types, favor bool over the few remaining booleans

See #32444.

File:
1 edited

Legend:

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

    r32928 r32964  
    11601160 *
    11611161 * @param string $type The random pool to use. any|default|uploaded
    1162  * @return boolean
     1162 * @return bool
    11631163 */
    11641164function is_random_header_image( $type = 'any' ) {
Note: See TracChangeset for help on using the changeset viewer.