mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 23:24:34 +00:00
Correct the @param docs for arguments that are truthy/falsey.
See #30799. git-svn-id: https://develop.svn.wordpress.org/trunk@30983 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1312,7 +1312,7 @@ function get_archives_link($url, $text, $format = 'html', $before = '', $after =
|
||||
* @type string $before Markup to prepend to the beginning of each link. Default empty.
|
||||
* @type string $after Markup to append to the end of each link. Default empty.
|
||||
* @type bool $show_post_count Whether to display the post count alongside the link. Default false.
|
||||
* @type bool $echo Whether to echo or return the links list. Default 1|true to echo.
|
||||
* @type bool|int $echo Whether to echo or return the links list. Default 1|true to echo.
|
||||
* @type string $order Whether to use ascending or descending order. Accepts 'ASC', or 'DESC'.
|
||||
* Default 'DESC'.
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user