Add colmn headrs and actions to bottom of posts table

git-svn-id: http://svn.automattic.com/wordpress/trunk@8981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-09-25 21:12:33 +00:00
parent 1c60d1346f
commit 4a93285747
4 changed files with 39 additions and 10 deletions

View File

@@ -28,4 +28,9 @@ if ( have_posts() ) {
} // end if ( have_posts() )
?>
</tbody>
<thead>
<tr>
<?php print_column_headers('post'); ?>
</tr>
</thead>
</table>