Skip to content

Commit

Permalink
Fixes PHPCS issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruti Dugade authored and Kruti Dugade committed Jul 26, 2023
1 parent 6db191b commit adb797c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Admin/Product_Sync_Meta_Box.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static function output() {

<?php endif; ?>

<?php if ( \WC_Facebookcommerce_Utils::is_all_caps( $fb_product->get_title() ) ): ?>
<?php if ( \WC_Facebookcommerce_Utils::is_all_caps( $fb_product->get_title() ) ) : ?>
<p><b><?php echo esc_html__( 'Product title in all capital letters can lead to the server rejecting the product. To ensure successful product synchronization, please convert the product title to a sentence case.', 'facebook-for-woocommerce' ); ?></b></p>

<?php endif; ?>
Expand Down

0 comments on commit adb797c

Please sign in to comment.