Make WordPress Core


Ignore:
Timestamp:
03/16/2009 10:02:40 PM (16 years ago)
Author:
ryan
Message:

Separate default widgets from widgets API. Always load API. fixes #9349

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r10737 r10795  
    328328require (ABSPATH . WPINC . '/media.php');
    329329require (ABSPATH . WPINC . '/http.php');
     330require (ABSPATH . WPINC . '/widgets.php');
    330331
    331332if ( !defined('WP_CONTENT_URL') )
Note: See TracChangeset for help on using the changeset viewer.