If you want to migrate to new wordpress version (3.7) and are using qTranslate, make the following change to /wp-content/plugins/qtranslate/qtranslate.php
before updating wordpress to the newer version!!
QT_SUPPORTED_WP_VERSION
must be 3.7 as in:
define('QT_SUPPORTED_WP_VERSION', '3.7'); |
If you do it BEFORE UPDATING, your life will be easier. If you don’t, the plugin will auto-disable and you’ll face some issues…
The post qTranslate and wordpress 3.7 [SOLVED] appeared first on Lecciones Prácticas.