submit box actions hooks from filosofo. fixes #5873

git-svn-id: https://develop.svn.wordpress.org/trunk@6901 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-18 19:38:01 +00:00
parent a0ce8e3978
commit 5a97e68cd1
4 changed files with 9 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ addLoadEvent(focusit);
<?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
</div>
<div id="submitpost">
<div class="submitbox" id="submitpage">
<div id="previewview">
<?php if ( 'publish' == $post->post_status ) { ?>
@@ -130,6 +130,7 @@ if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) )
<?php printf(__('Last edited on %1$s at %2$s'), mysql2date(get_option('date_format'), $post->post_modified), mysql2date(get_option('time_format'), $post->post_modified)); ?>
<?php endif; ?>
</p>
<?php do_action('submitpage_box'); ?>
</div>
<p class="submit">