mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Add colmn headrs and actions to bottom of posts table
git-svn-id: https://develop.svn.wordpress.org/trunk@8981 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -28,4 +28,9 @@ if ( have_posts() ) {
|
||||
} // end if ( have_posts() )
|
||||
?>
|
||||
</tbody>
|
||||
<thead>
|
||||
<tr>
|
||||
<?php print_column_headers('post'); ?>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user