- Stato
- Risolto
- Risolto in
- WPML String Translation 2.5.4
Panoramica del problema
Durante l’upgrade a WPML 3.7.0, le traduzioni delle stringhe racchiuse negli shortcode wpml-string vanno perse.
Soluzione alternativa
Applica la seguente patch nel file ../wpml-string-translation/inc/wpml-string-shortcode.php, alla riga 8:
Sostituisci:
$atts = shortcode_atts( array(), $atts );
Con:
extract( shortcode_atts( array(), $atts ) );