parent
7f4ad80cbd
commit
a8834ee84c
|
@ -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