Grammar fix from Speedboxer. fixes #8073
git-svn-id: https://develop.svn.wordpress.org/trunk@9651 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4fc511e7b3
commit
3ef1fd59a3
@ -1040,7 +1040,7 @@ function post_preview() {
|
||||
|
||||
$post_ID = (int) $_POST['post_ID'];
|
||||
if ( $post_ID < 1 )
|
||||
wp_die( __('Preview not available. Please save as draft first.') );
|
||||
wp_die( __('Preview not available. Please save as a draft first.') );
|
||||
|
||||
if ( isset($_POST['catslist']) )
|
||||
$_POST['post_category'] = explode(",", $_POST['catslist']);
|
||||
|
Loading…
Reference in New Issue
Block a user