Changeset 10639 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/templates/other-languages-suggestions.php
- Timestamp:
- 02/03/2021 05:32:53 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/templates/other-languages-suggestions.php
r8732 r10639 19 19 $gp_locale = GP_Locales::by_slug( $gp_locale_slug ); 20 20 21 echo esc_html( $gp_locale ->english_name);21 echo esc_html( $gp_locale ? $gp_locale->english_name : $gp_locale_slug ); 22 22 23 23 if ( $suggestion['user_id'] ) {
Note: See TracChangeset
for help on using the changeset viewer.