committing old typo fix
Peter Molnar hello@petermolnar.eu
Wed, 10 Aug 2016 09:26:42 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
receiver.php
→
receiver.php
@@ -62,7 +62,7 @@ * @return string name of endpoint
* */ protected static function endpoint() { - return apply_filters( 'wp-webmention-again-receiver_endpoint', 'webmention' ); + return apply_filters( 'wp-webmention-again-receiver_endpoint', 'wp-webmention-again' ); } public function __construct() {