Changeset 11966 for trunk/wp-settings.php
- Timestamp:
- 09/24/2009 04:15:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r11943 r11966 553 553 } 554 554 555 $current_plugins = get_option('active_plugins');555 $current_plugins = apply_filters( 'active_plugins', get_option( 'active_plugins' ) ); 556 556 if ( is_array($current_plugins) && !defined('WP_INSTALLING') ) { 557 557 foreach ( $current_plugins as $plugin ) {
Note: See TracChangeset
for help on using the changeset viewer.