Ticket #11207: 11207.diff
| File 11207.diff, 437 bytes (added by blepoxp, 3 years ago) |
|---|
-
post.php
59 59 } elseif ( isset($_POST['save']) || isset($_POST['publish']) ) { 60 60 $status = get_post_status( $post_id ); 61 61 62 if ( isset( $_POST['publish'] ) ) {62 if ( isset( $_POST['publish'] ) && 'draft' != $status ) { 63 63 switch ( $status ) { 64 64 case 'pending': 65 65 $message = 8;
