Make WordPress Core

Ticket #27056: 27056.2.patch

File 27056.2.patch, 344 bytes (added by Mte90, 9 years ago)

updated patch with new name for the filter

  • wp-admin/post.php

     
    276276        exit();
    277277
    278278default:
     279        do_action( 'post_action_undefined', $action, $post_id );
    279280        wp_redirect( admin_url('edit.php') );
    280281        exit();
    281282} // end switch