Make WordPress Core

Ticket #27056: 27056.patch

File 27056.patch, 325 bytes (added by jfarthing84, 11 years ago)
  • wp-admin/post.php

     
    316316        break;
    317317
    318318default:
     319        do_action( 'custom_post_action', $action, $post_id );
    319320        wp_redirect( admin_url('edit.php') );
    320321        exit();
    321322        break;