Skip to content

Commit 97edbc9

Browse files
committed
Fixed site-based plugin loading.
1 parent 9200a13 commit 97edbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mu-plugins/_loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
list( $live_domain ) = JQUERY_LIVE_DOMAIN;
3+
$live_domain = JQUERY_LIVE_DOMAIN;
44
if ( 0 === validate_file( $live_domain ) ) {
55
foreach ( (array) glob( dirname( __FILE__ ) . "/$live_domain/*.php" ) as $domain_specific_file ) {
66
require_once( $domain_specific_file );

0 commit comments

Comments
 (0)