Changeset 12023 for trunk/wp-includes/default-filters.php
- Timestamp:
- 10/13/2009 05:04:22 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r11929 r12023 207 207 add_action('init', 'smilies_init', 5); 208 208 add_action( 'plugins_loaded', 'wp_maybe_load_widgets', 0 ); 209 add_action( 'plugins_loaded', 'wp_maybe_load_embeds', 0 ); 209 210 add_action( 'shutdown', 'wp_ob_end_flush_all', 1); 210 211 add_action( 'pre_post_update', 'wp_save_post_revision' );
Note: See TracChangeset
for help on using the changeset viewer.