Changeset 23414 for trunk/wp-includes/default-filters.php
- Timestamp:
- 02/14/2013 11:36:32 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r23355 r23414 250 250 add_action( 'plugins_loaded', 'wp_maybe_load_embeds', 0 ); 251 251 add_action( 'shutdown', 'wp_ob_end_flush_all', 1 ); 252 add_action( 'pre_post_update', 'wp_save_post_revision' );252 add_action( 'pre_post_update', 'wp_save_post_revision', 10, 2 ); 253 253 add_action( 'publish_post', '_publish_post_hook', 5, 1 ); 254 254 add_action( 'transition_post_status', '_transition_post_status', 5, 3 );
Note: See TracChangeset
for help on using the changeset viewer.