mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-25901-24' of git://github.com/danpoltawski/moodle into MOODLE_24_STABLE
This commit is contained in:
commit
8fd47854a6
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ function rss_standard_header($title = NULL, $link = NULL, $description = NULL) {
|
|||
$result .= rss_full_tag('language', 2, false, substr($USER->lang,0,2));
|
||||
}
|
||||
$today = getdate();
|
||||
$result .= rss_full_tag('copyright', 2, false, '© '. $today['year'] .' '. format_string($site->fullname));
|
||||
$result .= rss_full_tag('copyright', 2, false, '(c) '. $today['year'] .' '. format_string($site->fullname));
|
||||
/*
|
||||
if (!empty($USER->email)) {
|
||||
$result .= rss_full_tag('managingEditor', 2, false, fullname($USER));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue