Changeset 28878 for trunk/src/wp-includes/canonical.php
- Timestamp:
- 06/28/2014 03:29:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/canonical.php
r28874 r28878 41 41 42 42 // If we're not in wp-admin and the post has been published and preview nonce 43 // is non-exist ant or invalid then no need for preview in query43 // is non-existent or invalid then no need for preview in query 44 44 if ( is_preview() && get_query_var( 'p' ) && 'publish' == get_post_status( get_query_var( 'p' ) ) ) { 45 45 if ( ! isset( $_GET['preview_id'] )
Note: See TracChangeset
for help on using the changeset viewer.