Resolve #3482567 "Rectorimportremoveleadingslash"
Compare changes
Files
3
Conflict: This file was added both in the source and target branches, but with different contents.
Ask someone with write access to resolve it.
+ 91
− 0
$output .= '<p>' . t('The Announcements module displays announcements from the Drupal community. For more information, see the <a href=":documentation">online documentation for the Announcements module</a>.', [':documentation' => 'https://www.drupal.org/docs/core-modules-and-themes/core-modules/announcements-feed']) . '</p>';
$output .= '<dd>' . t('Users with the "View drupal.org announcements" permission may click on the "Announcements" item in the administration toolbar, or access @link, to see all announcements relevant to the Drupal version of your site.', ['@link' => Link::createFromRoute(t('Announcements'), 'announcements_feed.announcement')->toString()]) . '</dd>';
$items['announcement'] = ['#type' => 'toolbar_item', 'tab' => ['#lazy_builder' => ['announcements_feed.lazy_builders:renderAnnouncements', []], '#create_placeholder' => TRUE, '#cache' => ['tags' => ['announcements_feed:feed']]], '#wrapper_attributes' => ['class' => ['announce-toolbar-tab']], '#cache' => ['contexts' => ['user.permissions']], '#weight' => 3399];