mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Docs: Correct default value for the number
argument of wp_tag_cloud()
.
Follow-up to [42658]. Props audrasjb, pawki07. Fixes #52348. Built from https://develop.svn.wordpress.org/trunk@50009 git-svn-id: http://core.svn.wordpress.org/trunk@49710 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2259adf433
commit
db01832512
@ -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
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7-alpha-50008';
|
||||
$wp_version = '5.7-alpha-50009';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user