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