Docs: Fix an incorrect pseudo-parameter referenced in the hook doc for the widget_tag_cloud_args
filter.
Props backermann. Fixes #37654. git-svn-id: https://develop.svn.wordpress.org/trunk@39053 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2e3a6f36d2
commit
8d94a5ae26
@ -61,7 +61,7 @@ class WP_Widget_Tag_Cloud extends WP_Widget {
|
|||||||
*
|
*
|
||||||
* @see wp_tag_cloud()
|
* @see wp_tag_cloud()
|
||||||
*
|
*
|
||||||
* @param array $current_taxonomy The taxonomy to use in the tag cloud. Default 'tags'.
|
* @param array $args Args used for the tag cloud widget.
|
||||||
*/
|
*/
|
||||||
$tag_cloud = wp_tag_cloud( apply_filters( 'widget_tag_cloud_args', array(
|
$tag_cloud = wp_tag_cloud( apply_filters( 'widget_tag_cloud_args', array(
|
||||||
'taxonomy' => $current_taxonomy,
|
'taxonomy' => $current_taxonomy,
|
||||||
|
Loading…
Reference in New Issue
Block a user