all repos — wp-webmention-again @ 3a8b05e532dc9ad5166037ad89151008dc81a6bb

committing old typo fix
Peter Molnar hello@petermolnar.eu
Wed, 10 Aug 2016 09:26:42 +0000
commit

3a8b05e532dc9ad5166037ad89151008dc81a6bb

parent

b1957a4920b6e649ac35346f6adcd8adffb900dc

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M receiver.phpreceiver.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() {