@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -if ( ! defined( 'ABSPATH' ) ) { |
|
| 2 | +if ( ! defined('ABSPATH')) { |
|
| 3 | 3 | exit; |
| 4 | 4 | } |
| 5 | 5 | |
@@ -7,31 +7,31 @@ discard block |
||
| 7 | 7 | |
| 8 | 8 | <div class="lsx-woocommerce-review-slot"> |
| 9 | 9 | <div class="lsx-woocommerce-review-flex"> |
| 10 | - <a href="<?php echo esc_url( get_comment_link( $comment->comment_ID ) ); ?>"> |
|
| 10 | + <a href="<?php echo esc_url(get_comment_link($comment->comment_ID)); ?>"> |
|
| 11 | 11 | <figure class="lsx-woocommerce-avatar"> |
| 12 | - <?php echo wp_kses_post( $_product->get_image( 'lsx-thumbnail-square' ) ); ?> |
|
| 12 | + <?php echo wp_kses_post($_product->get_image('lsx-thumbnail-square')); ?> |
|
| 13 | 13 | </figure> |
| 14 | 14 | </a> |
| 15 | 15 | |
| 16 | 16 | <div class="lsx-woocommerce-review-box"> |
| 17 | 17 | <div class="lsx-woocommerce-rating"> |
| 18 | - <?php echo wp_kses_post( wc_get_rating_html( $rating ) ); ?> |
|
| 18 | + <?php echo wp_kses_post(wc_get_rating_html($rating)); ?> |
|
| 19 | 19 | </div> |
| 20 | 20 | |
| 21 | 21 | <h5 class="lsx-woocommerce-title"> |
| 22 | - <a href="<?php echo esc_url( get_comment_link( $comment->comment_ID ) ); ?>"><?php echo wp_kses_post( $_product->get_name() ); ?></a> |
|
| 22 | + <a href="<?php echo esc_url(get_comment_link($comment->comment_ID)); ?>"><?php echo wp_kses_post($_product->get_name()); ?></a> |
|
| 23 | 23 | </h5> |
| 24 | 24 | |
| 25 | 25 | <p class="lsx-woocommerce-reviewer"> |
| 26 | 26 | <?php |
| 27 | 27 | /* translators: %s: review author */ |
| 28 | - echo wp_kses_post( esc_html__( 'by ', 'lsx' ) . get_comment_author() ); |
|
| 28 | + echo wp_kses_post(esc_html__('by ', 'lsx') . get_comment_author()); |
|
| 29 | 29 | ?> |
| 30 | 30 | </p> |
| 31 | 31 | |
| 32 | 32 | <div class="lsx-woocommerce-content"> |
| 33 | - <p><?php echo wp_kses_post( $comment->comment_content ); ?></p> |
|
| 34 | - <p><a href="<?php echo esc_url( get_comment_link( $comment->comment_ID ) ); ?>" class="moretag"><?php esc_attr_e( 'View more', 'lsx' ); ?></a></p> |
|
| 33 | + <p><?php echo wp_kses_post($comment->comment_content); ?></p> |
|
| 34 | + <p><a href="<?php echo esc_url(get_comment_link($comment->comment_ID)); ?>" class="moretag"><?php esc_attr_e('View more', 'lsx'); ?></a></p> |
|
| 35 | 35 | </div> |
| 36 | 36 | </div> |
| 37 | 37 | </div> |