mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
f683a857da
commit
ab71ccb00d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user