committing old typo fix

This commit is contained in:
Peter Molnar 2016-08-10 09:26:42 +00:00
parent b1957a4920
commit 3a8b05e532

View file

@ -62,7 +62,7 @@ class WP_Webmention_Again_Receiver extends WP_Webmention_Again {
*
*/
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() {