Changeset 5797 for trunk/wp-includes/default-filters.php
- Timestamp:
- 07/12/2007 04:00:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r5783 r5797 185 185 add_action( 'plugins_loaded', 'wp_maybe_load_widgets', 0 ); 186 186 add_action( 'shutdown', 'wp_ob_end_flush_all', 1); 187 add_action('publish_post', '_publish_post_hook', 5, 1); 188 add_action('future_post', '_future_post_hook', 5, 2); 189 add_action('future_page', '_future_post_hook', 5, 2); 190 add_action('save_post', '_save_post_hook', 5, 2); 191 add_action('transition_post_status', '_transition_post_status', 5, 3); 187 192 188 193 ?>
Note: See TracChangeset
for help on using the changeset viewer.