Changeset 5336
- Timestamp:
- 04/28/2007 12:35:47 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r5236 r5336 174 174 add_action('mce_options', '_mce_set_direction'); 175 175 add_action('init', 'smilies_init', 5); 176 add_action('init', 'wp_widgets_init', 1); 176 177 ?> -
trunk/wp-settings.php
r5313 r5336 262 262 register_shutdown_function('shutdown_action_hook'); 263 263 264 // widgets_init() BEFORE init, so plugins that launch on init can265 // do stuff with default widgets266 wp_widgets_init();267 268 264 // Everything is loaded and initialized. 269 265 do_action('init');
Note: See TracChangeset
for help on using the changeset viewer.