PluginProbe
Translate and boost SEO – Automatic AI translation – wpLingua / 2.16.8
Translate and boost SEO – Automatic AI translation – wpLingua v2.16.8
2.16.8 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 All 113 releases
← All changes | inc/dom/load-progress.php +2 -2 2.16.52.16.8 View file →
@@ -203,10 +203,10 @@
203 203 $current_chunk[] = wplng_encryption_encrypt( $text );
204 204 $current_chars += $len;
205 205 ++$numer_of_translated_texts;
206 206
207 - $max_items_per_chunk = (int) ( WPLNG_MAX_TRANSLATIONS_STR / 2 );
208 - $max_chars_per_chunk = (int) ( WPLNG_MAX_TRANSLATIONS_CHAR / 2 );
207 + $max_items_per_chunk = (int) ( WPLNG_MAX_TRANSLATIONS_STR / 2 );
208 + $max_chars_per_chunk = (int) ( WPLNG_MAX_TRANSLATIONS_CHAR / 2 );
209 209 }
210 210
211 211 // Push last chunk if any
212 212 if ( ! empty( $current_chunk ) ) {