Ticket #10929: 10929.patch
File 10929.patch, 387 bytes (added by , 15 years ago) |
---|
-
wp-admin/post.php
71 71 $location = add_query_arg( 'message', 4, get_edit_post_link( $post_ID, 'url' ) ); 72 72 } 73 73 74 $location = apply_filters( 'redirect_post', $location, $post_ID ); 75 74 76 wp_redirect( $location ); 75 77 } 76 78