Changeset 5363 for branches/2.2/wp-includes/default-filters.php
- Timestamp:
- 05/01/2007 01:58:18 AM (19 years ago)
- File:
-
- 1 edited
-
branches/2.2/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/wp-includes/default-filters.php
r5360 r5363 175 175 add_action('init', 'smilies_init', 5); 176 176 177 add_action( 'plugins_loaded', 'wp_ load_widgets', 0 );177 add_action( 'plugins_loaded', 'wp_maybe_load_widgets', 0 ); 178 178 179 179 ?>
Note: See TracChangeset
for help on using the changeset viewer.