Changeset 24650
- Timestamp:
- 07/10/2013 10:40:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r24510 r24650 255 255 add_action( 'plugins_loaded', 'wp_maybe_load_embeds', 0 ); 256 256 add_action( 'shutdown', 'wp_ob_end_flush_all', 1 ); 257 add_action( ' wp_insert_post','wp_save_post_revision', 10, 1 );257 add_action( 'post_updated', 'wp_save_post_revision', 10, 1 ); 258 258 add_action( 'publish_post', '_publish_post_hook', 5, 1 ); 259 259 add_action( 'transition_post_status', '_transition_post_status', 5, 3 );
Note: See TracChangeset
for help on using the changeset viewer.