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/link-template.php

    r32954 r32964  
    20582058 * @since 0.71
    20592059 *
    2060  * @param int     $max_page Optional. Max pages.
    2061  * @param boolean $echo     Optional. Echo or return;
     2060 * @param int   $max_page Optional. Max pages.
     2061 * @param bool  $echo     Optional. Echo or return;
    20622062 * @return string|void The link URL for next posts page if `$echo = false`.
    20632063 */
     
    21522152 * @since 0.71
    21532153 *
    2154  * @param boolean $echo Optional. Echo or return;
     2154 * @param bool $echo Optional. Echo or return;
    21552155 * @return string|void The previous posts page link if `$echo = false`.
    21562156 */
Note: See TracChangeset for help on using the changeset viewer.