removed todo
Some checks failed
Some checks failed
This commit is contained in:
parent
ad09fa947c
commit
b3b07d4b6a
1 changed files with 0 additions and 1 deletions
|
@ -231,7 +231,6 @@ abstract class Event extends Post {
|
|||
* @return string $summary The custom event summary.
|
||||
*/
|
||||
public function get_summary(): ?string {
|
||||
// todo when do we add the filter? we could add it and just keep it?
|
||||
add_filter( 'activitypub_object_content_template', array( self::class, 'remove_ap_permalink_from_template' ), 2, 2 );
|
||||
$excerpt = $this->extract_excerpt();
|
||||
// BeforeFirstRelease: decide whether this should be a admin setting.
|
||||
|
|
Loading…
Reference in a new issue