Make WordPress Core


Ignore:
Timestamp:
12/02/2010 09:28:17 PM (14 years ago)
Author:
markjaquith
Message:

Add class to Tag Cloud widget div. props djzone. fixes #12602

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-widgets.php

    r16566 r16694  
    10141014        if ( $title )
    10151015            echo $before_title . $title . $after_title;
    1016         echo '<div>';
     1016        echo '<div class="tagcloud">';
    10171017        wp_tag_cloud( apply_filters('widget_tag_cloud_args', array('taxonomy' => $current_taxonomy) ) );
    10181018        echo "</div>\n";
Note: See TracChangeset for help on using the changeset viewer.