mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Some improvements in RSS:
- Article's author is showed if present. - In forum posts feeds, show post->subject instead of discussion->name - Description contents in every article are passed to format_text() to show contents like the rest of Moodle.
This commit is contained in:
parent
edc23b1686
commit
ca87cbe100
3 changed files with 14 additions and 7 deletions
|
@ -108,6 +108,7 @@ $string['blocks'] = 'Blocks';
|
|||
$string['blocksetup'] = 'Setting up block tables';
|
||||
$string['blocksuccess'] = '$a tables have been set up correctly';
|
||||
$string['bycourseorder'] = 'By course order';
|
||||
$string['byname'] = 'by $a';
|
||||
$string['cancel'] = 'Cancel';
|
||||
$string['categories'] = 'Course categories';
|
||||
$string['category'] = 'Category';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue