Skip to content

Commit

Permalink
Added: compatibility fix for Fruitful theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Jul 16, 2024
1 parent a928a99 commit fde7497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ public function build_fonts_set( $links, $handle = 'omgf-stylesheet' ) {
/**
* Compatibility fix for Fruitful theme by Fruitful Code.
*
* @since v5.9.0 Same reason as above.
* @since v5.9.1 Same reason as above.
*/
$google_fonts[ $key ][ 'id' ] = 'custom_fonts';
} elseif ( apply_filters( 'omgf_frontend_process_convert_pro_compatibility', str_contains( $id, 'cp-google-fonts' ) ) ) {
Expand Down

0 comments on commit fde7497

Please sign in to comment.