Ticket #27056: 27056.2.patch
File 27056.2.patch, 344 bytes (added by , 9 years ago) |
---|
-
wp-admin/post.php
276 276 exit(); 277 277 278 278 default: 279 do_action( 'post_action_undefined', $action, $post_id ); 279 280 wp_redirect( admin_url('edit.php') ); 280 281 exit(); 281 282 } // end switch