diff --git a/eth-simple-shortlinks.php b/eth-simple-shortlinks.php index b463a2436bf91a05e0226d283d015d465af52b62..ed493dd14ebdc99dd435c1f89d51436eb80c1706 100644 --- a/eth-simple-shortlinks.php +++ b/eth-simple-shortlinks.php @@ -46,7 +46,7 @@ class ETH_Simple_Shortlinks { /** * Dummy magic methods */ - public function __clone() {_doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '0.1' ); } + public function __clone() { _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '0.1' ); } public function __wakeup() { _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '0.1' ); } public function __call( $name = '', $args = array() ) { unset( $name, $args ); return null; } @@ -103,7 +103,7 @@ class ETH_Simple_Shortlinks { /** * Catch this plugin's requests and issue redirects, otherwise WP will serve content at duplicate URLs * - * Let's invalid post IDs fall through to WP's 404 handler, or anything else that might intercede + * Allows invalid post IDs fall through to WP's 404 handler, or anything else that might intercede * * URLs aren't validated in case plugins filter permalinks to point to external URLs */