mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user