Make WordPress Core


Ignore:
Timestamp:
12/16/2010 07:05:14 PM (15 years ago)
Author:
scribu
Message:

Always display the table, with a placeholder row when there are no items. Fixes #15849

File:
1 edited

Legend:

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

    r16998 r17002  
    254254<input type="hidden" name="post_type" value="<?php echo esc_attr($post_type); ?>" />
    255255
    256 <?php $wp_list_table->display_table(); ?>
     256<?php $wp_list_table->display(); ?>
    257257
    258258<br class="clear" />
Note: See TracChangeset for help on using the changeset viewer.