Changeset 12765 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/templates/other-languages-suggestions.php
- Timestamp:
- 07/28/2023 03:17:38 PM (3 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
r11732 r12765 7 7 foreach ( $suggestions as $suggestion ) { 8 8 echo '<li>'; 9 echo '<div class="translation-suggestion with-tooltip" tabindex="0" role="button" aria-pressed="false" aria-label="Copy translation">';9 echo '<div class="translation-suggestion with-tooltip" tabindex="0" role="button" data-suggestion-locale="' . esc_html( strtolower( $suggestion['locale'] ) ) . '" aria-pressed="false" aria-label="Copy translation">'; 10 10 11 11 echo '<span class="translation-suggestion__translation">';
Note: See TracChangeset
for help on using the changeset viewer.