We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9200a13 commit 97edbc9Copy full SHA for 97edbc9
mu-plugins/_loader.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-list( $live_domain ) = JQUERY_LIVE_DOMAIN;
+$live_domain = JQUERY_LIVE_DOMAIN;
4
if ( 0 === validate_file( $live_domain ) ) {
5
foreach ( (array) glob( dirname( __FILE__ ) . "/$live_domain/*.php" ) as $domain_specific_file ) {
6
require_once( $domain_specific_file );
0 commit comments