Changeset 2770454
- Timestamp:
- 08/15/2022 07:52:36 AM (4 years ago)
- Location:
- easytranslate/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/class-easy-translate-translation.php (modified) (1 diff)
-
easy-translate.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easytranslate/trunk/README.txt
r2768836 r2770454 5 5 Requires at least: 4.7 6 6 Tested up to: 6.0 7 Stable tag: 4. 37 Stable tag: 4.4 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-translation.php
r2768836 r2770454 72 72 { 73 73 $source_post_id = key($content); 74 $post_title = $content[$source_post_id]['title'] ?? null;75 $post_content = $content[$source_post_id]['content'] ?? null;76 $post_excerpt = $content[$source_post_id]['excerpt'] ?? null;74 $post_title = $content[$source_post_id]['title'] ?? ''; 75 $post_content = $content[$source_post_id]['content'] ?? ''; 76 $post_excerpt = $content[$source_post_id]['excerpt'] ?? ''; 77 77 $woocommerce = $content[$source_post_id]['woocommerce'] ?? []; 78 78 -
easytranslate/trunk/easy-translate.php
r2768836 r2770454 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.7. 017 * Version: 1.7.1 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.7. 0');36 define('EASY_TRANSLATE_VERSION', '1.7.1'); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.