Changeset 12467
- Timestamp:
- 12/21/2009 09:11:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r12375 r12467 12 12 $title = __('Categories'); 13 13 14 wp_reset_vars( array('action' , 'cat') );14 wp_reset_vars( array('action') ); 15 15 16 16 if ( isset( $_GET['action'] ) && isset($_GET['delete']) && ( 'delete' == $_GET['action'] || 'delete' == $_GET['action2'] ) )
Note: See TracChangeset
for help on using the changeset viewer.