Make WordPress Core


Ignore:
Timestamp:
05/01/2007 01:58:18 AM (19 years ago)
Author:
rob1n
Message:

New way of loading widgets that works with PHP 5. Thanks to filosofo for testing. see #4169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r5360 r5363  
    175175add_action('init', 'smilies_init', 5);
    176176
    177 add_action( 'plugins_loaded', 'wp_load_widgets', 0 );
     177add_action( 'plugins_loaded', 'wp_maybe_load_widgets', 0 );
    178178
    179179?>
Note: See TracChangeset for help on using the changeset viewer.