Merge pull request #2 from Dedi-Data/patch-2
Update single-product-reviews.php
This commit is contained in:
commit
7f79e43738
|
@ -51,8 +51,8 @@ if ( ! comments_open() ) {
|
||||||
apply_filters(
|
apply_filters(
|
||||||
'woocommerce_comment_pagination_args',
|
'woocommerce_comment_pagination_args',
|
||||||
array(
|
array(
|
||||||
'prev_text' => '←',
|
'prev_text' => is_rtl() ? '→' : '←',
|
||||||
'next_text' => '→',
|
'next_text' => is_rtl() ? '←' : '→',
|
||||||
'type' => 'list',
|
'type' => 'list',
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue