Changes for core/modules/aggregator/aggregator.module: 1 added line, 0 removed lines.
Original line number
Diff line number
Diff line
@@ -46,6 +46,7 @@ function aggregator_help($route_name, RouteMatchInterface $route_match) {
case'aggregator.admin_overview':
// Don't use placeholders for possibility to change URLs for translators.
$output='<p>'.t('Many sites publish their headlines and posts in feeds, using a number of standardized XML-based formats. The aggregator supports <a href="http://en.wikipedia.org/wiki/Rss">RSS</a>, <a href="http://en.wikipedia.org/wiki/Resource_Description_Framework">RDF</a>, and <a href="http://en.wikipedia.org/wiki/Atom_%28standard%29">Atom</a>.').'</p>';
// cspell:ignore addfeed
$output.='<p>'.t('Current feeds are listed below, and <a href=":addfeed">new feeds may be added</a>. For each feed, the <em>latest items</em> block may be enabled at the <a href=":block">blocks administration page</a>.',[':addfeed'=>Url::fromRoute('aggregator.feed_add')->toString(),':block'=>(\Drupal::moduleHandler()->moduleExists('block'))?Url::fromRoute('block.admin_display')->toString():'#']).'</p>';