Make WordPress Core


Ignore:
Timestamp:
12/20/2014 11:03:21 PM (10 years ago)
Author:
wonderboymusic
Message:

Correct the @param docs for arguments that are truthy/falsey.

See #30799.

File:
1 edited

Legend:

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

    r30982 r30983  
    13131313 *     @type string     $after           Markup to append to the end of each link. Default empty.
    13141314 *     @type bool       $show_post_count Whether to display the post count alongside the link. Default false.
    1315  *     @type bool       $echo            Whether to echo or return the links list. Default 1|true to echo.
     1315 *     @type bool|int   $echo            Whether to echo or return the links list. Default 1|true to echo.
    13161316 *     @type string     $order           Whether to use ascending or descending order. Accepts 'ASC', or 'DESC'.
    13171317 *                                       Default 'DESC'.
Note: See TracChangeset for help on using the changeset viewer.