PluginProbe
Translate and Go multilingual – Automatic AI translation – wpLingua / 2.16.7
Translate and Go multilingual – Automatic AI translation – wpLingua v2.16.7
2.16.7 2.16.6 2.16.5 2.16.4 2.16.3 2.16.2 2.16.1 2.16.0 2.15.2 2.15.1 2.15.0 2.14.3 2.14.2 2.14.1 2.14.0 2.13.1 2.13.0 2.12.3 2.12.2 2.12.1 trunk 1.0.3 1.0.4 1.0.5 1.1.0 All 112 releases
← All changes | inc/admin/assets.php +10 -0 2.14.22.16.7 View file →
@@ -330,8 +330,18 @@
330 330 array( 'jquery' ),
331 331 WPLNG_PLUGIN_VERSION
332 332 );
333 333
334 + wp_localize_script(
335 + 'wplingua-option-dictionary',
336 + 'wplngDictionaryAjax',
337 + array(
338 + 'ajaxurl' => admin_url( 'admin-ajax.php' ),
339 + 'nonce' => wp_create_nonce( 'wplng_dictionary_update_translations' ),
340 + 'errorMessageAjax' => esc_html__( 'Error [0]: The AJAX call failed.', 'wplingua' ),
341 + )
342 + );
343 +
334 344 /**
335 345 * Enqueue wpLingua CSS styles
336 346 */
337 347