Skip to content
Snippets Groups Projects
Commit 7d15d9e6 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#157353 by Freso and tangent. Remove a needless dash from RSS feed title.

parent 1d1b6569
No related branches found
No related tags found
No related merge requests found
...@@ -1960,7 +1960,7 @@ function node_feed($nodes = 0, $channel = array()) { ...@@ -1960,7 +1960,7 @@ function node_feed($nodes = 0, $channel = array()) {
$channel_defaults = array( $channel_defaults = array(
'version' => '2.0', 'version' => '2.0',
'title' => variable_get('site_name', 'Drupal') .' - '. variable_get('site_slogan', ''), 'title' => variable_get('site_name', 'Drupal') . (variable_get('site_slogan', '') ? ' - '. variable_get('site_slogan', '') : ''),
'link' => $base_url, 'link' => $base_url,
'description' => variable_get('site_mission', ''), 'description' => variable_get('site_mission', ''),
'language' => $locale 'language' => $locale
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment