Add comment author column heading. see #7552

git-svn-id: http://svn.automattic.com/wordpress/trunk@8694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-08-20 22:19:14 +00:00
parent f683a857da
commit ab71ccb00d
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>