wp-content/themes/sunrise/admin/inc/pagination.php
line 45:
'nextpage' => __('»'), 'previouspage' => __('«'),
should probably be:
'nextpage' => __('»'), 'previouspage' => __('«'),
or:
'nextpage' => __('»'), 'previouspage' => __('«'),
↧
previous page typo on wp-content/themes/sunrise/admin/inc/pagination.php
↧