Changeset 5363 for trunk/wp-includes/functions.php
- Timestamp:
- 05/01/2007 01:58:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r5360 r5363 1503 1503 } 1504 1504 1505 function wp_load_widgets() { 1506 require_once ABSPATH . WPINC . '/widgets.php'; 1505 function wp_maybe_load_widgets() { 1506 if ( !function_exists( 'dynamic_sidebar' ) ) { 1507 require_once ABSPATH . WPINC . '/widgets.php'; 1508 } 1507 1509 } 1508 1510
Note: See TracChangeset
for help on using the changeset viewer.