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

Merge branch 'develop' into 'master'

Correct plugin URL

Replaces temporary link with the proper value

See merge request !7
parents 4f66c572 b38bcdc3
No related branches found
No related tags found
No related merge requests found
......@@ -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