Changeset 27720 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 03/25/2014 06:39:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r27369 r27720 371 371 if ( !is_null( $tax->labels->popular_items ) ) { 372 372 if ( current_user_can( $tax->cap->edit_terms ) ) 373 $tag_cloud = wp_tag_cloud( array( 'taxonomy' => $taxonomy, ' echo' => false, 'link' => 'edit' ) );373 $tag_cloud = wp_tag_cloud( array( 'taxonomy' => $taxonomy, 'post_type' => $post_type, 'echo' => false, 'link' => 'edit' ) ); 374 374 else 375 375 $tag_cloud = wp_tag_cloud( array( 'taxonomy' => $taxonomy, 'echo' => false ) );
Note: See TracChangeset
for help on using the changeset viewer.