Changeset 8761 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/inc/routes/class-other-languages.php
- Timestamp:
- 05/09/2019 10:16:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/inc/routes/class-other-languages.php
r8732 r8761 73 73 $original->id, 74 74 $set_to_exclude->id, 75 $wpdb->esc_like( $set_to_exclude->locale) . '%'75 $wpdb->esc_like( strtok( $set_to_exclude->locale, '-' ) ) . '%' 76 76 ), 77 77 ARRAY_A
Note: See TracChangeset
for help on using the changeset viewer.