Changeset 6715
- Timestamp:
- 02/22/2018 06:00:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/load-other-mu-plugins.php
r2958 r6715 12 12 */ 13 13 function wcorg_include_individual_mu_plugins() { 14 $shortcodes = dirname( __DIR__ ) . '/mu-plugins-private/wordcamp-shortcodes/wc-shortcodes.php'; 15 14 16 require_once( __DIR__ . '/wp-cli-commands/bootstrap.php' ); 15 17 require_once( __DIR__ . '/camptix-tweaks/camptix-tweaks.php' ); 18 19 if ( is_file( $shortcodes ) ) { 20 require_once( $shortcodes ); 21 } 16 22 } 17 23
Note: See TracChangeset
for help on using the changeset viewer.