Make WordPress Core


Ignore:
Timestamp:
11/22/2009 10:30:27 PM (16 years ago)
Author:
westi
Message:

Allow plugins to change the redirect on post/page publishing/submitting. Fixes #10929 props johnjosephbachir and johnbillion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r12182 r12260  
    7070    }
    7171
    72     wp_redirect( $location );
     72    wp_redirect( apply_filters( 'redirect_post_location', $location, $post_ID ) );
    7373}
    7474
Note: See TracChangeset for help on using the changeset viewer.