From 6fba160c1bb2211b8a33f5d0318c2c38339fe3ae Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Thu, 23 Jan 2025 10:02:07 -0600 Subject: [PATCH] = omitted --- src/my-calendar-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/my-calendar-core.php b/src/my-calendar-core.php index ef9dad93..e123a0ce 100644 --- a/src/my-calendar-core.php +++ b/src/my-calendar-core.php @@ -229,7 +229,7 @@ function mc_style_variables( $styles = array() ) { ), ); foreach ( $core_styles as $key => $value ) { - if ( 'text' === $key || 'sizing' == $key ) { + if ( 'text' === $key || 'sizing' === $key ) { foreach ( $value as $var => $text ) { if ( ! isset( $styles[ $key ][ $var ] ) ) { $styles[ $key ][ $var ] = $text;