Changeset 12498 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/inc/sync/class-translation-sync.php
- Timestamp:
- 03/27/2023 01:05:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/inc/sync/class-translation-sync.php
r12488 r12498 266 266 } 267 267 268 // Do not create a new translation if it is not current 269 if ( 'current' !== $translation->status ) { 270 return true; 271 } 272 268 273 // Create a new translation. 269 274 $copy = new GP_Translation( $translation->fields() );
Note: See TracChangeset
for help on using the changeset viewer.