- 상태
- 해결됨
- 해결된 버전
- WPML String Translation 2.5.4
문제 개요
WPML 3.7.0으로 업그레이드할 때 wpml-string 숏코드로 감싸진 문자열 번역이 손실됩니다.
임시 해결 방법
../wpml-string-translation/inc/wpml-string-shortcode.php 파일의 8번째 줄에 다음 패치를 적용하세요:
변경 전:
$atts = shortcode_atts( array(), $atts );
변경 후:
extract( shortcode_atts( array(), $atts ) );