Make WordPress Core

Ticket #12602: 12602.diff

File 12602.diff, 515 bytes (added by dnusim, 14 years ago)

tag-cloud instead of tagcloud

  • wp-includes/default-widgets.php

     
    999999                echo $before_widget;
    10001000                if ( $title )
    10011001                        echo $before_title . $title . $after_title;
    1002                 echo '<div>';
     1002                echo '<div class="tag-cloud">';
    10031003                wp_tag_cloud( apply_filters('widget_tag_cloud_args', array('taxonomy' => $current_taxonomy) ) );
    10041004                echo "</div>\n";
    10051005                echo $after_widget;