Changeset 12848 for trunk/wp-includes/load.php
- Timestamp:
- 01/26/2010 06:39:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r12762 r12848 405 405 $plugins[] = ABSPATH . 'my-hacks.php'; 406 406 407 $active_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins' ) );407 $active_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins', array() ) ); 408 408 if ( !is_array( $active_plugins ) || defined( 'WP_INSTALLING' ) ) 409 409 return $plugins;
Note: See TracChangeset
for help on using the changeset viewer.