Changeset 23823 for trunk/wp-includes/default-filters.php
- Timestamp:
- 03/27/2013 08:21:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r23805 r23823 251 251 add_action( 'plugins_loaded', 'wp_maybe_load_embeds', 0 ); 252 252 add_action( 'shutdown', 'wp_ob_end_flush_all', 1 ); 253 add_action( 'p re_post_update', 'wp_save_post_revision', 10, 2);253 add_action( 'post_updated', 'wp_save_post_revision', 10, 1 ); 254 254 add_action( 'publish_post', '_publish_post_hook', 5, 1 ); 255 255 add_action( 'transition_post_status', '_transition_post_status', 5, 3 );
Note: See TracChangeset
for help on using the changeset viewer.