MDL-11960 Hide RSS block on tag pages

This commit is contained in:
moodler 2008-02-29 07:05:12 +00:00
parent b55d5f7691
commit 2ace936bbd

View File

@ -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() {