Changeset 2440 for sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/load-other-mu-plugins.php
- Timestamp:
- 02/01/2016 06:43:27 PM (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/load-other-mu-plugins.php
r2418 r2440 1 1 <?php 2 2 3 defined( 'WPINC' ) or die(); 4 5 // mu-plugins in sub-directories 6 require_once( __DIR__ . '/wp-cli-commands/bootstrap.php' ); 7 8 // Private mu-plugins 3 9 $private_mu_plugins = glob( WP_CONTENT_DIR . '/mu-plugins-private/*.php' ); 4 10 if ( is_array( $private_mu_plugins ) ) {
Note: See TracChangeset
for help on using the changeset viewer.