Stagger Lee
posted this
02 October 2016

WordPress Pagination arrows.
Let them be as strings in language files for easier translation. Not so big deal for your developers to make it, can be already in next update.
'prev_text' => '←',
'next_text' => '→',
As:
'prev_text' => _e('←'),
'next_text' => _e('→'),
WordPress Pagination arrows.
Let them be as strings in language files for easier translation. Not so big deal for your developers to make it, can be already in next update.
'prev_text' => '←',
'next_text' => '→',
As:
'prev_text' => _e('←'),
'next_text' => _e('→'),
Vote to pay developers attention to this features or issue.