Skip to content

Commit

Permalink
Feedback fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbaghdas committed Sep 12, 2023
1 parent 17109d3 commit 9fdf5c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ function mass_content_org_node_navigation_helper($node) {
$has_data = FALSE;
$has_initiatives = FALSE;
foreach ($sections as $section) {
if (!empty($section->field_section_long_form_heading->value)) {
if (!empty($section->field_section_long_form_heading->value) && $section->field_hide_heading->value != 1) {
$heading = strtolower($section->field_section_long_form_heading->value);
$heading_upper = ucfirst($heading);
if (strlen($heading) <= 12) {
Expand Down

0 comments on commit 9fdf5c0

Please sign in to comment.