Set proper class so quick edit works. Props nacin. fixes #11977
git-svn-id: https://develop.svn.wordpress.org/trunk@12799 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e5a67cebd5
commit
dbdce87047
@ -10,7 +10,7 @@
|
||||
if ( !defined('ABSPATH') )
|
||||
die('-1');
|
||||
?>
|
||||
<table class="widefat post fixed" cellspacing="0">
|
||||
<table class="widefat <?php echo $post_type == 'page' ? 'page' : 'post'; ?> fixed" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<?php print_column_headers( $current_screen ); ?>
|
||||
|
Loading…
Reference in New Issue
Block a user