mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-11960 Hide RSS block on tag pages
This commit is contained in:
parent
b55d5f7691
commit
2ace936bbd
@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
function applicable_formats() {
|
||||
return array('all' => true);
|
||||
return array('all' => true, 'tag' => false); // Needs work to make it work on tags MDL-11960
|
||||
}
|
||||
|
||||
function specialization() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user