From b38bcdc3e2e7290b39268ad0c192b9da15245e82 Mon Sep 17 00:00:00 2001 From: Erick Hitter <services@ethitter.com> Date: Tue, 16 Feb 2016 13:19:49 -0800 Subject: [PATCH] Correct plugin URL Replaces temporary link with the proper value --- eth-escape-headspace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth-escape-headspace.php b/eth-escape-headspace.php index 2d843ed..47d8e8b 100644 --- a/eth-escape-headspace.php +++ b/eth-escape-headspace.php @@ -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"; } } -- GitLab