Make WordPress Core


Ignore:
Timestamp:
06/04/2010 07:14:27 PM (15 years ago)
Author:
ryan
Message:

Don't show a cloud for hierarchical taxonomies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r15135 r15140  
    361361    $tag_cloud = wp_tag_cloud( array( 'taxonomy' => $taxonomy, 'echo' => false ) );
    362362
    363 if ( $tag_cloud ) :
     363if ( $tag_cloud && !is_taxonomy_hierarchical($taxonomy) ) :
    364364?>
    365365<div class="tagcloud">
Note: See TracChangeset for help on using the changeset viewer.