You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Undefined array key "entry-header" in /Users/sal/localwp/salferrarellotest/app/public/wp-content/themes/bootstrap4-genesis/includes/css-classes.php on line 74
Warning: Undefined array key "entry-content" in /Users/sal/localwp/salferrarellotest/app/public/wp-content/themes/bootstrap4-genesis/includes/css-classes.php on line 74
The text was updated successfully, but these errors were encountered:
The problem was the string concatenation (.) was being applied before
the null coalescing operator.
By adding paranthesis we ensure the null coalescing operator is applied
when $css_mapping[ $context ] is null, which prevents this warning.
Warning: Undefined array key "entry-header" in
/bootstrap4-genesis/includes/css-classes.php on line 74
Warning: Undefined array key "entry-content" in
/bootstrap4-genesis/includes/css-classes.php on line 74
Resolves#71
I'm seeing both of these warnings
The text was updated successfully, but these errors were encountered: