I am having this message on my dashboard:
You are using WordPress 2.7. Actualizar a 2.7
I have installed the final 2.7 version but as my sites uses es_ES, WP insists that I should install 2.7-es_ES…
I have installed the core 2.7 files and the proper wp-content/languages/es_ES.mo and I can't stop this message.
The responsible of this are two functions:
core_upgrade_preamble()
get_core_updates()
Somehow, on my DB there is an option update_core saying this:
[response] => upgrade
[url] => http://es.wordpress.org/
[package] => http://es.wordpress.org/wordpress-2.7-es_ES.zip
[current] => 2.7
[locale] => es_ES
[dismissed] =>
There is something wrong there. It should recognize that the proper files are installed, right?