Make WordPress Core

Changeset 5336 for trunk/wp-settings.php


Ignore:
Timestamp:
04/28/2007 12:35:47 AM (18 years ago)
Author:
ryan
Message:

Kick widgets init from init hook.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r5313 r5336  
    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.