Skip to content

Commit

Permalink
Merge pull request #78 from moderntribe/s3/MOOSE-38/post-cards-qa
Browse files Browse the repository at this point in the history
[MOOSE-38] Post Cards QA
  • Loading branch information
GeoffDusome authored Aug 4, 2023
2 parents 763172c + df14cbf commit 645ecc3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ public function register(): void {
$this->container->get( Image_Sizes::class )->register_sizes();
}, 10, 0 );

add_filter( 'excerpt_more', static function (): string {
return '...';
});

// Handle admin functions for disabling comments
add_action( 'admin_init', function (): void {
$this->container->get( Comment_Support::class )->admin_comment_page_redirect();
Expand Down

0 comments on commit 645ecc3

Please sign in to comment.