Revert unrelated cruft in [17288]. see #14647.

git-svn-id: https://develop.svn.wordpress.org/trunk@17289 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-01-13 22:00:30 +00:00
parent a711d9b671
commit 7232a40edc
1 changed files with 1 additions and 5 deletions

View File

@ -194,11 +194,7 @@ if ( ! current_user_can( 'switch_themes' ) ) {
</form>
<br class="clear" />
<?php elseif ( ! $wp_list_table->has_items() ) :
$wp_list_table->no_items();
endif; ?>
<?php endif; ?>
<?php $wp_list_table->display(); ?>