remove duplicate method
This commit is contained in:
parent
c634bf2354
commit
a1e4cdf379
1 changed files with 0 additions and 8 deletions
|
@ -71,12 +71,4 @@ class Application {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public static function delete_remote_actor_comments( $actor ) {
|
||||
\wp_schedule_single_event(
|
||||
\time(),
|
||||
'activitypub_delete_remote_actor_comments',
|
||||
array( $actor )
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue