committing old typo fix
This commit is contained in:
parent
b1957a4920
commit
3a8b05e532
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue