diff --git a/templates/single-product-reviews.php b/templates/single-product-reviews.php index 995a11ea348..4d6f12e5938 100644 --- a/templates/single-product-reviews.php +++ b/templates/single-product-reviews.php @@ -51,8 +51,8 @@ if ( ! comments_open() ) { apply_filters( 'woocommerce_comment_pagination_args', array( - 'prev_text' => '←', - 'next_text' => '→', + 'prev_text' => is_rtl() ? '→' : '←', + 'next_text' => is_rtl() ? '←' : '→', 'type' => 'list', ) )