Skip to content

Commit

Permalink
fix PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrisrp committed Nov 15, 2023
1 parent a7f3241 commit 7bb0afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/part-upsell.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
) {
?>
<div class="imagify-col-content imagify-block-secondary imagify-mt2">
<div class="best-plan<?php echo $api_key_valid ? '': ' hidden'; ?>">
<div class="best-plan<?php echo $api_key_valid ? '' : ' hidden'; ?>">
<h3 class="imagify-user-best-plan-title">
<?php esc_html_e( 'You\'re new to Imagify?', 'imagify' ); ?>
</h3>
Expand Down

0 comments on commit 7bb0afc

Please sign in to comment.