Make WordPress Core

Changeset 8694


Ignore:
Timestamp:
08/20/2008 10:19:14 PM (16 years ago)
Author:
ryan
Message:

Add comment author column heading. see #7552

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r8693 r8694  
    1212// Handle bulk actions
    1313if ( !empty($_GET['action']) && $_GET['action'] != 'Actions' ) {
    14     echo "Ation is " . $_GET['action'];
    1514    switch ( $_GET['action'] ) {
    1615        case 'delete':
     
    256255  <tr>
    257256    <th scope="col"><?php _e('Comment') ?></th>
     257    <th scope="col"><?php _e('Author') ?></th>
    258258    <th scope="col"><?php _e('Submitted') ?></th>
    259259  </tr>
Note: See TracChangeset for help on using the changeset viewer.