mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
No need to restrict where RSS feeds can be displayed
This commit is contained in:
parent
0bf8ea6aa0
commit
9a7a199fd0
@ -26,6 +26,10 @@
|
||||
return 210;
|
||||
}
|
||||
|
||||
function applicable_formats() {
|
||||
return array('all' => true);
|
||||
}
|
||||
|
||||
function specialization() {
|
||||
// After the block has been loaded we customize the block's title display
|
||||
if (!empty($this->config) && !empty($this->config->title)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user