It began with version 3.7.1
:
You are using WordPress 3.7.1. Update to 3.7.1
I’ve installed and usually update WP with git from https://github.com/wordpress/wordpress
:
cd wordpress
git fetch --tags
git checkout 3.8
Then I usually download localized version (ru_RU
) and copy over updated language files (wp-content/languages/
).
Everything was smooth until 3.7.1 and it looks like I’m not the only one encountering this issue.
Does anybody have any idea how to fix that? Thanks!