Make WordPress Core

Changeset 9651


Ignore:
Timestamp:
11/13/2008 12:01:03 AM (16 years ago)
Author:
ryan
Message:

Grammar fix from Speedboxer. fixes #8073

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post.php

    r9639 r9651  
    10411041    $post_ID = (int) $_POST['post_ID'];
    10421042    if ( $post_ID < 1 )
    1043         wp_die( __('Preview not available. Please save as draft first.') );
     1043        wp_die( __('Preview not available. Please save as a draft first.') );
    10441044   
    10451045    if ( isset($_POST['catslist']) )
Note: See TracChangeset for help on using the changeset viewer.