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:
Sergey Biryukov 2021-01-24 14:07:57 +00:00
parent 2259adf433
commit db01832512
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.