Ticket #11889: 11889.4.diff
| File 11889.4.diff, 524 bytes (added by , 16 years ago) |
|---|
-
wp-admin/includes/meta-boxes.php
103 103 <a href="#post_status" class="cancel-post-status hide-if-no-js"><?php _e('Cancel'); ?></a> 104 104 </div> 105 105 106 <?php } else if ( 'auto-draft' == $post->post_status ) { ?> 107 <input type="hidden" name="post_status" id="post_status" value="draft" /> 106 108 <?php } ?> 107 109 </div><?php // /misc-pub-section ?> 108 110