Translation problem solved for me
-
Hello!
The translation of the month names did not worked.
I changed the file wp-job-manager-template.php.
On line 298, I replacedget_post_time (get_option ('date_format'));
byget_post_time (get_option ('date_format'), false, $ post, true);
That solved the problem for me.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Translation problem solved for me’ is closed to new replies.