Make WordPress Core

Changeset 5297 for trunk/wp-settings.php


Ignore:
Timestamp:
04/24/2007 01:05:17 AM (18 years ago)
Author:
rob1n
Message:

Widgets for 2.3. fixes #4186

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r4993 r5297  
    169169require (ABSPATH . WPINC . '/deprecated.php');
    170170require (ABSPATH . WPINC . '/script-loader.php');
     171require (ABSPATH . WPINC . '/widgets.php');
    171172
    172173if (strpos($_SERVER['PHP_SELF'], 'install.php') === false) {
     
    261262register_shutdown_function('shutdown_action_hook');
    262263
     264// widgets_init() BEFORE init, so plugins that launch on init can
     265// do stuff with default widgets
     266wp_widgets_init();
     267
    263268// Everything is loaded and initialized.
    264269do_action('init');
Note: See TracChangeset for help on using the changeset viewer.