Give plugins the ability to do extra processing on a post before it is inserted/updated. See #5196.

git-svn-id: https://develop.svn.wordpress.org/trunk@8635 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2008-08-13 05:53:48 +00:00
parent 35716061ac
commit a8a591310f
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -147,6 +147,7 @@ if ( 0 != $post_ID ) {
</div>
<p class="submit">
<?php do_action('post_submitbox_start'); ?>
<input type="submit" name="save" id="save-post" value="<?php _e('Save'); ?>" tabindex="4" class="button button-highlighted" />
<?php
if ( !in_array( $post->post_status, array('publish', 'future') ) || 0 == $post_ID ) {