Fix typo in a comment.

props JustinSainton.
see #20496.

git-svn-id: https://develop.svn.wordpress.org/trunk@28878 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-06-28 03:29:10 +00:00
parent 7debe46f3e
commit 34ed4c44f5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ function redirect_canonical( $requested_url = null, $do_redirect = true ) {
global $wp_rewrite, $is_IIS, $wp_query, $wpdb; global $wp_rewrite, $is_IIS, $wp_query, $wpdb;
// If we're not in wp-admin and the post has been published and preview nonce // If we're not in wp-admin and the post has been published and preview nonce
// is non-existant or invalid then no need for preview in query // is non-existent or invalid then no need for preview in query
if ( is_preview() && get_query_var( 'p' ) && 'publish' == get_post_status( get_query_var( 'p' ) ) ) { if ( is_preview() && get_query_var( 'p' ) && 'publish' == get_post_status( get_query_var( 'p' ) ) ) {
if ( ! isset( $_GET['preview_id'] ) if ( ! isset( $_GET['preview_id'] )
|| ! isset( $_GET['preview_nonce'] ) || ! isset( $_GET['preview_nonce'] )