diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index c22712e333..2471e626a8 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -551,26 +551,7 @@ if ( 'category' == $taxonomy ) { do_action( "{$taxonomy}_add_form", $taxonomy ); ?> -labels->popular_items ) ) { - if ( current_user_can( $tax->cap->edit_terms ) ) { - $tag_cloud = wp_tag_cloud( array( 'taxonomy' => $taxonomy, 'post_type' => $post_type, 'echo' => false, 'link' => 'edit' ) ); - } else { - $tag_cloud = wp_tag_cloud( array( 'taxonomy' => $taxonomy, 'echo' => false ) ); - } - - if ( $tag_cloud ) : - ?> -
-

labels->popular_items; ?>

- -
- + diff --git a/wp-includes/version.php b/wp-includes/version.php index 56417d16de..66a34dbb63 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38734'; +$wp_version = '4.7-alpha-38735'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.