Make WordPress Core

Ticket #27056: 27056.3.diff

File 27056.3.diff, 328 bytes (added by brianvan, 9 years ago)

updated patch with @sudar's suggestion

  • wp-admin/post.php

     
    275275        exit();
    276276
    277277default:
     278        do_action( "post_action_{$action}", $post_id );
    278279        wp_redirect( admin_url('edit.php') );
    279280        exit();
    280281} // end switch