Changeset 27999 for trunk/src/wp-settings.php
- Timestamp:
- 04/07/2014 08:14:34 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r27158 r27999 169 169 // Load must-use plugins. 170 170 foreach ( wp_get_mu_plugins() as $mu_plugin ) { 171 wp_register_plugin_realpath( $mu_plugin );172 171 include_once( $mu_plugin ); 173 172 }
Note: See TracChangeset
for help on using the changeset viewer.