Changeset 8693
- Timestamp:
- 08/20/2008 10:01:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r8682 r8693 11 11 12 12 // Handle bulk actions 13 if ( isset($_GET['action']) && $_GET['action'] != 'Actions' ) { 13 if ( !empty($_GET['action']) && $_GET['action'] != 'Actions' ) { 14 echo "Ation is " . $_GET['action']; 14 15 switch ( $_GET['action'] ) { 15 16 case 'delete':
Note: See TracChangeset
for help on using the changeset viewer.