diff --git a/wp-content/themes/cosmopet/global-functions/multisite-functions.php b/wp-content/themes/cosmopet/global-functions/multisite-functions.php index ff5b2a5..bdc58f0 100644 --- a/wp-content/themes/cosmopet/global-functions/multisite-functions.php +++ b/wp-content/themes/cosmopet/global-functions/multisite-functions.php @@ -49,7 +49,7 @@ add_action('wp_head', function() { $current_url = strtok(trailingslashit(home_url($_SERVER['REQUEST_URI'])), '?'); echo '' . "\n"; } -}) +}); /**