Translate Sort By Order
-
Hi, good plugin.
The order link “Sort By Order” is not translatable.
See simple-page-ordering.php on line 217 :$views['byorder'] = '<a href="'. $query_string . '" class="' . $class . '">Sort by Order</a>';
Could become
$views['byorder'] = '<a href="'. $query_string . '" class="' . $class . '">' . __('Sort by Order', 'simple-page-ordering') . '</a>';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Translate Sort By Order’ is closed to new replies.