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:
ryan 2010-01-22 21:46:35 +00:00
parent b1b44019ff
commit 56fc7d5471
1 changed files with 1 additions and 1 deletions

View File

@ -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 ); ?>