mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Correct default value for the number argument of wp_tag_cloud().
Follow-up to [42658]. Props audrasjb, pawki07. Fixes #52348. git-svn-id: https://develop.svn.wordpress.org/trunk@50009 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -689,7 +689,7 @@ function wp_list_categories( $args = '' ) {
|
||||
* and get_terms() for the full lists of arguments that can be passed in `$args`.
|
||||
*
|
||||
* @type int $number The number of tags to display. Accepts any positive integer
|
||||
* or zero to return all. Default 0 (all tags).
|
||||
* or zero to return all. Default 45.
|
||||
* @type string $link Whether to display term editing links or term permalinks.
|
||||
* Accepts 'edit' and 'view'. Default 'view'.
|
||||
* @type string $post_type The post type. Used to highlight the proper post type menu
|
||||
|
||||
Reference in New Issue
Block a user