mircobabini
9/4/2015 - 10:11 AM

WordPress+WPML: This adds the two missing columns into wp_icl_strings (causing WPML String Translations table be EMPTY)

WordPress+WPML: This adds the two missing columns into wp_icl_strings (causing WPML String Translations table be EMPTY)

ALTER TABLE  `wp_icl_strings` ADD  `gettext_context` VARCHAR( 160 ) NOT NULL ;
ALTER TABLE  `wp_icl_strings` ADD  `domain_name_context_md5` VARCHAR( 160 ) NOT NULL ;