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:
Ryan Boren 2010-01-22 21:46:35 +00:00
parent e5a67cebd5
commit dbdce87047
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 ); ?>