Ticket #34034: 34034.diff
File 34034.diff, 700 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/includes/meta-boxes.php
230 230 * @param WP_Post $post WP_Post object for the current post. 231 231 */ 232 232 do_action( 'post_submitbox_misc_actions', $post ); 233 234 if ( 'post' !== $post_type ) { 235 /** 236 * Fires after the post time/date setting in the Publish meta box on non-post post types. 237 * 238 * @since 4.4.0 239 * 240 * @param WP_Post $post WP_Post object for the current post. 241 */ 242 do_action( $post_type . '_submitbox_misc_actions', $post ); 243 } 233 244 ?> 234 245 </div> 235 246 <div class="clear"></div>