You have identified the problem, but why is that happening? Here is the tab code from my system.
<a href="#gp-overview" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-1">Overview</a>
the code <!--?_e('Overview','tpg-get-posts')?-->
is the php which outputs the text with a translation template. It appears to have been commented out with html comments <!--xxxx-->
or it is possible that a translation file has been created but not correctly.
In the plugin language directory, there is a language file tpg-get-posts.pot. That is all that is in the folder. Try renaming it or make a copy of it and delete it to see if that clears up the problem.
If that fails, the brute force approach of deleting the plugin and reinstalling might clear it up. But if you just updated, then that has been done, so I am not hopeful it will clear the problem.
Have you done anything with translations?
-
This reply was modified 8 years, 1 month ago by
Criss Swaim.