Revert unrelated cruft in [17288]. see #14647.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c605738e8b
commit
cf96892c2e
|
@ -194,11 +194,7 @@ if ( ! current_user_can( 'switch_themes' ) ) {
|
||||||
</form>
|
</form>
|
||||||
<br class="clear" />
|
<br class="clear" />
|
||||||
|
|
||||||
<?php elseif ( ! $wp_list_table->has_items() ) :
|
<?php endif; ?>
|
||||||
|
|
||||||
$wp_list_table->no_items();
|
|
||||||
|
|
||||||
endif; ?>
|
|
||||||
|
|
||||||
<?php $wp_list_table->display(); ?>
|
<?php $wp_list_table->display(); ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue