Ticket #32097: 32097.patch
File 32097.patch, 763 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/includes/meta-boxes.php
32 32 <?php } elseif ( 'pending' == $post->post_status && $can_publish ) { ?> 33 33 <input type="submit" name="save" id="save-post" value="<?php esc_attr_e('Save as Pending'); ?>" class="button" /> 34 34 <?php } ?> 35 36 <?php 37 if ( $post_type_object->public 38 || ( ! in_array( $post->post_status, array( 'publish', 'future', 'private' ) ) && ( 'pending' !== $post->post_status || $can_publish ) ) ) : 39 ?> 35 40 <span class="spinner"></span> 41 <?php endif; ?> 42 36 43 </div> 37 44 <?php if ( $post_type_object->public ) : ?> 38 45 <div id="preview-action">