Changeset 13064 for trunk/wp-includes/load.php
- Timestamp:
- 02/12/2010 07:59:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r12947 r13064 375 375 * @return array Files to include 376 376 */ 377 function wp_ load_mu_plugins() {377 function wp_get_mu_plugins() { 378 378 $mu_plugins = array(); 379 379 if ( !is_dir( WPMU_PLUGIN_DIR ) ) … … 402 402 * @return array Files to include 403 403 */ 404 function wp_ load_plugins() {404 function wp_get_active_and_valid_plugins() { 405 405 $plugins = array(); 406 406 $active_plugins = (array) get_option( 'active_plugins', array() );
Note: See TracChangeset
for help on using the changeset viewer.