Merge pull request #2 from Dedi-Data/patch-2

Update single-product-reviews.php
This commit is contained in:
DediData 2020-12-09 13:28:42 +03:30 committed by GitHub
commit 7f79e43738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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',
)
)