Ticket #26267: 26267.patch
| File 26267.patch, 590 bytes (added by , 10 years ago) |
|---|
-
src/wp-admin/includes/meta-boxes.php
51 51 <input type="hidden" name="wp-preview" id="wp-preview" value="" /> 52 52 </div> 53 53 <?php endif; // public post type ?> 54 <?php 55 /** 56 * Fires before the post time/date setting in the Publish meta box. 57 * 58 * @since 4.4.0 59 */ 60 do_action( 'post_submitbox_minor_actions' ); ?> 54 61 <div class="clear"></div> 55 62 </div><!-- #minor-publishing-actions --> 56 63