Make WordPress Core

Changeset 39053


Ignore:
Timestamp:
10/31/2016 06:39:06 AM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Fix an incorrect pseudo-parameter referenced in the hook doc for the widget_tag_cloud_args filter.

Props backermann.
Fixes #37654.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-tag-cloud.php

    r37489 r39053  
    6262         * @see wp_tag_cloud()
    6363         *
    64          * @param array $current_taxonomy The taxonomy to use in the tag cloud. Default 'tags'.
     64         * @param array $args Args used for the tag cloud widget.
    6565         */
    6666        $tag_cloud = wp_tag_cloud( apply_filters( 'widget_tag_cloud_args', array(
Note: See TracChangeset for help on using the changeset viewer.