Changeset 8694
- Timestamp:
- 08/20/2008 10:19:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r8693 r8694 12 12 // Handle bulk actions 13 13 if ( !empty($_GET['action']) && $_GET['action'] != 'Actions' ) { 14 echo "Ation is " . $_GET['action'];15 14 switch ( $_GET['action'] ) { 16 15 case 'delete': … … 256 255 <tr> 257 256 <th scope="col"><?php _e('Comment') ?></th> 257 <th scope="col"><?php _e('Author') ?></th> 258 258 <th scope="col"><?php _e('Submitted') ?></th> 259 259 </tr>
Note: See TracChangeset
for help on using the changeset viewer.