Loading modules/social_features/social_core/social_core.module +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ function social_core_preprocess_block(&$variables) { 'user' => $account->id(), ]); $variables['button_text'] = t('All @label', [ '@label' => $variables['label']['#markup'], '@label' => $variables['label']['#markup'] ?? 'Events', ]); } break; Loading Loading
modules/social_features/social_core/social_core.module +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ function social_core_preprocess_block(&$variables) { 'user' => $account->id(), ]); $variables['button_text'] = t('All @label', [ '@label' => $variables['label']['#markup'], '@label' => $variables['label']['#markup'] ?? 'Events', ]); } break; Loading