Single call to render body classes including one class for each visible block region.
Sample Layout code:
<body ... class="<?php echo $OUTPUT->body_classes(); ?>">
|
(The body id attribute is not shown here because there will be a separate issue about that)
- caused a regression
-
MDL-41516 jQuery libraries cannot be included in blocks when themes have a call to 'body_attributes()'
-
- Closed
-