Changeset 2900808
- Timestamp:
- 04/18/2023 03:33:08 PM (3 years ago)
- Location:
- easytranslate/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/class-easy-translate-post-translation-list.php (modified) (2 diffs)
-
easy-translate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easytranslate/trunk/README.txt
r2900799 r2900808 5 5 Requires at least: 4.7 6 6 Tested up to: 6.1 7 Stable tag: 4.1 57 Stable tag: 4.16 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
easytranslate/trunk/admin/class-easy-translate-post-translation-list.php
r2867888 r2900808 171 171 } 172 172 173 if (isset($_ GET['post_type']) && $_GET['post_type'] != '') {174 $a_where[] = 'post_type = "' . esc_sql($_ GET['post_type']) . '"';173 if (isset($_REQUEST['post_type']) && $_REQUEST['post_type'] != '') { 174 $a_where[] = 'post_type = "' . esc_sql($_REQUEST['post_type']) . '"'; 175 175 } 176 176 … … 345 345 $service = new Easy_Translate_API_Laas(Easy_Translate_API_Integration::map_fields($options)); 346 346 $response = $service->translate( 347 $ _REQUEST['source_language'] ?? $this->source_language,347 $this->source_language, 348 348 array_keys($_REQUEST['target_languages']), 349 349 $content, -
easytranslate/trunk/easy-translate.php
r2900799 r2900808 15 15 * Plugin URI: https://www.easytranslate.com/en/integrations/cms/wordpress-plugin/ 16 16 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 17 * Version: 1.10. 117 * Version: 1.10.2 18 18 * Author: EasyTranslate 19 19 * Author URI: https://easytranslate.com
Note: See TracChangeset
for help on using the changeset viewer.