MDL-11960 Hide RSS block on tag pages
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user