HTTPS and editing
-
We’ve moved our blog to https. To edit translations we had to adjust some code. We changed transposh.php lines 819-821 from:
$script_params[‘jQueryUI’] = ‘https://ajax.googleapis.com/ajax/libs/jqueryui/’ . $this->options->jqueryui_override . ‘/’;
} else {
$script_params[‘jQueryUI’] = ‘http//ajax.googleapis.com/ajax/libs/jqueryui/’ . JQUERYUI_VER . ‘/’;to:
$script_params[‘jQueryUI’] = ‘//ajax.googleapis.com/ajax/libs/jqueryui/’ . $this->options->jqueryui_override . ‘/’;
} else {
$script_params[‘jQueryUI’] = ‘//ajax.googleapis.com/ajax/libs/jqueryui/’ . JQUERYUI_VER . ‘/’;https://www.ads-software.com/plugins/transposh-translation-filter-for-wordpress/
- The topic ‘HTTPS and editing’ is closed to new replies.