Changeset 5462 for trunk/wp-includes/default-filters.php
- Timestamp:
- 05/12/2007 10:06:31 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r5363 r5462 174 174 add_action('mce_options', '_mce_set_direction'); 175 175 add_action('init', 'smilies_init', 5); 176 177 176 add_action( 'plugins_loaded', 'wp_maybe_load_widgets', 0 ); 177 add_action( 'shutdown', 'wp_ob_end_flush_all', 1); 178 178 179 179 ?>
Note: See TracChangeset
for help on using the changeset viewer.