Changeset 2762424
- Timestamp:
- 07/27/2022 01:24:57 PM (4 years ago)
- Location:
- easytranslate/trunk
- Files:
-
- 2 edited
-
admin/class-easy-translate-translation-list.php (modified) (1 diff)
-
easy-translate.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easytranslate/trunk/admin/class-easy-translate-translation-list.php
r2674447 r2762424 68 68 if ($this->is_ready) { 69 69 $this->translation_languages = self::get_target_languages(); 70 } 71 if (isset($_POST['s']) && !empty($_POST['s']) 72 && in_array( 73 $_REQUEST['page'], 74 [Easy_Translate_Admin::MENU_PARTIAL_TRANSLATIONS, Easy_Translate_Admin::MENU_MAIN] 75 ) 76 ) { 77 $_SERVER['REQUEST_URI'] .= '&s=' . esc_attr(wp_unslash($_POST['s'])); 78 wp_redirect($_SERVER['REQUEST_URI']); 70 79 } 71 80 -
easytranslate/trunk/easy-translate.php
r2743358 r2762424 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.6. 117 * Version: 1.6.2 18 18 * Author: EasyTranslate 19 19 * Author URI: https://easytranslate.com … … 34 34 * Rename this for your plugin and update it as you release new versions. 35 35 */ 36 define('EASY_TRANSLATE_VERSION', '1.6. 1');36 define('EASY_TRANSLATE_VERSION', '1.6.2'); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.