Set proper class so quick edit works. Props nacin. fixes #11977
git-svn-id: http://svn.automattic.com/wordpress/trunk@12799 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b1b44019ff
commit
56fc7d5471
|
@ -10,7 +10,7 @@
|
||||||
if ( !defined('ABSPATH') )
|
if ( !defined('ABSPATH') )
|
||||||
die('-1');
|
die('-1');
|
||||||
?>
|
?>
|
||||||
<table class="widefat post fixed" cellspacing="0">
|
<table class="widefat <?php echo $post_type == 'page' ? 'page' : 'post'; ?> fixed" cellspacing="0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<?php print_column_headers( $current_screen ); ?>
|
<?php print_column_headers( $current_screen ); ?>
|
||||||
|
|
Loading…
Reference in New Issue