Grammar fix from Speedboxer. fixes #8073
git-svn-id: http://svn.automattic.com/wordpress/trunk@9651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6d04a62bfd
commit
6aa0ef87b8
|
@ -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