Skip to content

Commit aca0074

Browse files
committed
chore: delay removal of comments link for answers
1 parent 144e44c commit aca0074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elgg-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
'\ColdTrick\Questions\Menus\Site::registerQuestions' => [],
129129
],
130130
'menu:social' => [
131-
'\ColdTrick\Questions\Menus\Social::removeCommentsLinkForAnswers' => [],
131+
'\ColdTrick\Questions\Menus\Social::removeCommentsLinkForAnswers' => ['priority' => 600],
132132
],
133133
'menu:title:object:question' => [
134134
\Elgg\Notifications\RegisterSubscriptionMenuItemsHandler::class => [],

0 commit comments

Comments
 (0)