Ticket #11977: 11977.diff
| File 11977.diff, 461 bytes (added by nacin, 3 years ago) |
|---|
-
edit-post-rows.php
10 10 if ( !defined('ABSPATH') ) 11 11 die('-1'); 12 12 ?> 13 <table class="widefat postfixed" cellspacing="0">13 <table class="widefat <?php echo $post_type == 'page' ? 'page' : 'post'; ?> fixed" cellspacing="0"> 14 14 <thead> 15 15 <tr> 16 16 <?php print_column_headers( $current_screen ); ?>