This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filter: | |
excluded_paths: | |
- 'languages/*' | |
- 'lib/*' | |
- 'tests/*' | |
paths: | |
- 'inc/*' | |
- '*' | |
tools: | |
php_cpd: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: domain_mapping.php | |
=================================================================== | |
--- domain_mapping.php (revision 688919) | |
+++ domain_mapping.php (working copy) | |
@@ -685,7 +685,7 @@ | |
} | |
function redirect_to_mapped_domain() { | |
- global $current_blog, $wpdb; | |
+ global $current_blog, $wpdb, $wp_customize; |