Skip to content
Snippets Groups Projects
Commit b38bcdc3 authored by Erick Hitter's avatar Erick Hitter
Browse files

Correct plugin URL

Replaces temporary link with the proper value
parent 9fa65125
No related branches found
No related tags found
1 merge request!7Correct plugin URL
......@@ -219,7 +219,7 @@ class ETH_Escape_HeadSpace2 {
// Output whatever we've built
if ( ! empty( $output ) ) {
echo "\n<!-- Escape HeadSpace2 by Erick Hitter; https://eth.pw/escape-hs2 -->\n" . implode( "\n", $output ) . "\n<!-- Escape HeadSpace2 -->\n";
echo "\n<!-- Escape HeadSpace2 by Erick Hitter; https://ethitter.com/plugins/ -->\n" . implode( "\n", $output ) . "\n<!-- Escape HeadSpace2 -->\n";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment