mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +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
|
// Handle bulk actions
|
||||||
if ( !empty($_GET['action']) && $_GET['action'] != 'Actions' ) {
|
if ( !empty($_GET['action']) && $_GET['action'] != 'Actions' ) {
|
||||||
echo "Ation is " . $_GET['action'];
|
|
||||||
switch ( $_GET['action'] ) {
|
switch ( $_GET['action'] ) {
|
||||||
case 'delete':
|
case 'delete':
|
||||||
if ( isset($_GET['post']) ) {
|
if ( isset($_GET['post']) ) {
|
||||||
@ -255,6 +254,7 @@ if ( 1 == count($posts) && is_singular() ) :
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col"><?php _e('Comment') ?></th>
|
<th scope="col"><?php _e('Comment') ?></th>
|
||||||
|
<th scope="col"><?php _e('Author') ?></th>
|
||||||
<th scope="col"><?php _e('Submitted') ?></th>
|
<th scope="col"><?php _e('Submitted') ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user