Changeset 2436048
- Timestamp:
- 12/10/2020 12:40:53 AM (5 years ago)
- Location:
- term-management-tools
- Files:
-
- 1 added
- 4 edited
- 5 copied
-
tags/2.0.1 (added)
-
tags/2.0.1/assets (copied) (copied from term-management-tools/trunk/assets)
-
tags/2.0.1/classes (copied) (copied from term-management-tools/trunk/classes)
-
tags/2.0.1/classes/class-WPML.php (modified) (1 diff)
-
tags/2.0.1/lang (copied) (copied from term-management-tools/trunk/lang)
-
tags/2.0.1/readme.txt (copied) (copied from term-management-tools/trunk/readme.txt) (2 diffs)
-
tags/2.0.1/term-management-tools.php (copied) (copied from term-management-tools/trunk/term-management-tools.php) (1 diff)
-
trunk/classes/class-WPML.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/term-management-tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
term-management-tools/tags/2.0.1/classes/class-WPML.php
r2431741 r2436048 197 197 foreach ( $terms_to_relink as $term_to_relink ) { 198 198 $translation_record = $this->get_translation_record( (int) $term_to_relink ); 199 if ( isset( $translation_record ->source_language_code) ) {199 if ( isset( $translation_record ) ) { 200 200 // We have a translation 201 201 $set_translation_args = array( -
term-management-tools/tags/2.0.1/readme.txt
r2431741 r2436048 4 4 Requires at least: 4.2 5 5 Tested up to: 5.6 6 Stable tag: 2.0. 06 Stable tag: 2.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = 2.0.1 = 73 * FIX: a WPML translation that only exists in a single site non-primary language was not being migrated correctly 74 72 75 = 2.0.0 = 73 76 * under new management by @theMikeD :) -
term-management-tools/tags/2.0.1/term-management-tools.php
r2431741 r2436048 2 2 /* 3 3 Plugin Name: Term Management Tools 4 Version: 2.0. 04 Version: 2.0.1 5 5 Description: Allows you to merge terms, move terms between taxonomies, and set term parents, individually or in bulk. The "Change Taxonomy" option supports WPML-translated terms. 6 6 Author: theMikeD, scribu -
term-management-tools/trunk/classes/class-WPML.php
r2431741 r2436048 197 197 foreach ( $terms_to_relink as $term_to_relink ) { 198 198 $translation_record = $this->get_translation_record( (int) $term_to_relink ); 199 if ( isset( $translation_record ->source_language_code) ) {199 if ( isset( $translation_record ) ) { 200 200 // We have a translation 201 201 $set_translation_args = array( -
term-management-tools/trunk/readme.txt
r2431741 r2436048 4 4 Requires at least: 4.2 5 5 Tested up to: 5.6 6 Stable tag: 2.0. 06 Stable tag: 2.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = 2.0.1 = 73 * FIX: a WPML translation that only exists in a single site non-primary language was not being migrated correctly 74 72 75 = 2.0.0 = 73 76 * under new management by @theMikeD :) -
term-management-tools/trunk/term-management-tools.php
r2431741 r2436048 2 2 /* 3 3 Plugin Name: Term Management Tools 4 Version: 2.0. 04 Version: 2.0.1 5 5 Description: Allows you to merge terms, move terms between taxonomies, and set term parents, individually or in bulk. The "Change Taxonomy" option supports WPML-translated terms. 6 6 Author: theMikeD, scribu
Note: See TracChangeset
for help on using the changeset viewer.