Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (13 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r19420 r19593  
    971971        if ( 'auto-draft' == $post->post_status || 'draft' == $post->post_status ) {
    972972            $id = edit_post();
    973         } else { // Non drafts are not overwritten.  The autosave is stored in a special post revision.
     973        } else { // Non drafts are not overwritten. The autosave is stored in a special post revision.
    974974            $revision_id = wp_create_post_autosave( $post->ID );
    975975            if ( is_wp_error($revision_id) )
Note: See TracChangeset for help on using the changeset viewer.