Make WordPress Core


Ignore:
Timestamp:
08/13/2008 05:53:48 AM (16 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r8625 r8635  
    148148
    149149<p class="submit">
     150<?php do_action('post_submitbox_start'); ?>
    150151<input type="submit" name="save" id="save-post" value="<?php _e('Save'); ?>" tabindex="4" class="button button-highlighted" />
    151152<?php
Note: See TracChangeset for help on using the changeset viewer.