Skip to content

Commit

Permalink
Google Fonts Fatal Error Fix with Theme ver check #2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-devise committed Aug 9, 2022
1 parent acf3303 commit 497c1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocean-extra.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function __construct( $widget_areas = array() ) {

require_once OE_PATH . '/includes/themepanel/theme-panel.php';

if ( version_compare( OCEANWP_THEME_VERSION, '3.3.3' , '>' ) ) {
if ( version_compare( theme_version(), '3.3.3' , '>' ) ) {
require_once OE_PATH . '/includes/compatibility/ocean.php';
}

Expand Down

0 comments on commit 497c1fa

Please sign in to comment.