Add comment author column heading. see #7552

git-svn-id: https://develop.svn.wordpress.org/trunk@8694 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-08-20 22:19:14 +00:00
parent c21d556a9f
commit d402f025c8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ require_once('admin.php');
// Handle bulk actions
if ( !empty($_GET['action']) && $_GET['action'] != 'Actions' ) {
echo "Ation is " . $_GET['action'];
switch ( $_GET['action'] ) {
case 'delete':
if ( isset($_GET['post']) ) {
@ -255,6 +254,7 @@ if ( 1 == count($posts) && is_singular() ) :
<thead>
<tr>
<th scope="col"><?php _e('Comment') ?></th>
<th scope="col"><?php _e('Author') ?></th>
<th scope="col"><?php _e('Submitted') ?></th>
</tr>
</thead>