parent
7f4ad80cbd
commit
a8834ee84c
|
@ -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',
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue