Make WordPress Core

Ticket #20496: 20496.diff

File 20496.diff, 656 bytes (added by JustinSainton, 11 years ago)

docs typo

  • wp-includes/canonical.php

     
    4040        global $wp_rewrite, $is_IIS, $wp_query, $wpdb;
    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'] )
    4646                        || ! isset( $_GET['preview_nonce'] )