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; |
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
| # Description: Boxstarter Script | |
| # Author: Jess Frazelle <jess@linux.com> | |
| # Last Updated: 2017-09-11 | |
| # | |
| # Install boxstarter: | |
| # Set-ExecutionPolicy RemoteSigned | |
| # . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
| # | |
| # You might need to set: Set-ExecutionPolicy RemoteSigned | |
| # |
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
| const apiUrl = "https://www.ai-fitness.de/studios/castrop-rauxel" | |
| let widget = await createWidget() | |
| widget.backgroundColor = new Color("#777777") | |
| if (!config.runsInWidget) { | |
| await widget.presentSmall() | |
| } | |
| Script.setWidget(widget) | |
| Script.complete() |
OlderNewer