Skip to content

Commit 955f0a5

Browse files
committed
Re-sync with current develop branch
1 parent 2012e5c commit 955f0a5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

themes/osi/inc/sugar-calendar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* Sugar Calendar Compatibility File.
44
*/
55

6-
6+
77
// Exit if accessed directly
88
if ( ! defined( 'ABSPATH' ) ) {
99
exit;
1010
}
1111

1212
if ( ! class_exists( 'Sugar_Calendar\\Requirements_Check' ) ) {
13-
exit;
13+
exit;
1414
}
1515

1616
use Sugar_Calendar\AddOn\Ticketing\Common\Functions as Functions;

themes/osi/template-parts/header-featured-image.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
</div>
3030
</div>
3131
</header>
32-
<?php } elseif ( is_page() ) { ?>
32+
<?php } elseif ( is_page() ) { ?>
3333
<header class="entry-header cover--header no-thumbnail">
34-
<div class="wp-block-cover alignfull">
34+
<div class="wp-block-cover alignfull has-neutral-dark-background-color has-background-dim-100 has-background-dim">
3535
<div class="wp-block-cover__inner-container">
36-
<?php // echo ( ! empty( $page_title ) ) ? '<h1 class="entry-title page--title">' . esc_html( $page_title ) . '</h1>' : ''; ?>
36+
<?php echo ( ! empty( $page_title ) ) ? '<h1 class="entry-title page--title">' . esc_html( $page_title ) . '</h1>' : ''; ?>
3737
<?php osi_the_page_dates(); ?>
3838
</div>
3939
</div>

0 commit comments

Comments
 (0)