Andrei | фикс синтаксической ошибки посли мерджа коммитов

pull/36/head
parent a482be1ebd
commit 921d807a6f
  1. 2
      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 '<link rel="canonical" href="' . esc_url($current_url) . '" />' . "\n";
}
})
});
/**

Loading…
Cancel
Save