Make WordPress Core


Ignore:
Timestamp:
06/28/2014 03:29:10 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in a comment.

props JustinSainton.
see #20496.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/canonical.php

    r28874 r28878  
    4141
    4242    // If we're not in wp-admin and the post has been published and preview nonce
    43     // is non-existant or invalid then no need for preview in query
     43    // is non-existent or invalid then no need for preview in query
    4444    if ( is_preview() && get_query_var( 'p' ) && 'publish' == get_post_status( get_query_var( 'p' ) ) ) {
    4545        if ( ! isset( $_GET['preview_id'] )
Note: See TracChangeset for help on using the changeset viewer.