Omega4 needs its panels template to be updated to reflect the changes found in #2288747: Panels Title Headings

  <?php if ($title): ?>
    <<?php print $title_heading; ?><?php print $title_attributes; ?>><?php print $title; ?></<?php print $title_heading; ?>>
  <?php endif; ?>
CommentFileSizeAuthor
#2 omega-2453475-panels-headings-1.patch679 bytesjaperry
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

japerry’s picture

Issue summary: View changes
japerry’s picture

Status: Active » Needs review
FileSize
679 bytes

Here is the related patch

darvanen’s picture

Status: Needs review » Reviewed & tested by the community

I came to this conclusion separately and made exactly the same patch (see related issue) which I am currently using.

I think such a small change can be marked RTBC with that much information.

B-Prod’s picture

The patch works as expected. Any news on this?