Make WordPress Core


Ignore:
Timestamp:
04/28/2007 12:36:04 AM (17 years ago)
Author:
ryan
Message:

Kick widgets init from init hook.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/wp-settings.php

    r5294 r5337  
    262262register_shutdown_function('shutdown_action_hook');
    263263
    264 // widgets_init() BEFORE init, so plugins that launch on init can
    265 // do stuff with default widgets
    266 wp_widgets_init();
    267 
    268264// Everything is loaded and initialized.
    269265do_action('init');
Note: See TracChangeset for help on using the changeset viewer.