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/comment.php

    r32911 r32964  
    14941494 *
    14951495 * @param array $comments Optional array of comment objects. Defaults to $wp_query->comments
    1496  * @param int $per_page Optional comments per page.
    1497  * @param boolean $threaded Optional control over flat or threaded comments.
     1496 * @param int   $per_page Optional comments per page.
     1497 * @param bool  $threaded Optional control over flat or threaded comments.
    14981498 * @return int Number of comment pages.
    14991499 */
Note: See TracChangeset for help on using the changeset viewer.