Changeset 11732 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/templates/other-languages-suggestions.php
- Timestamp:
- 04/01/2022 11:42:40 AM (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
r10639 r11732 37 37 echo '<span aria-hidden="true" class="translation-suggestion__translation-raw">' . esc_translation( $suggestion['translation'] ) . '</span>'; 38 38 39 echo '<button type="button" class=" copy-suggestion">Copy</button>';39 echo '<button type="button" class="button is-small copy-suggestion">Copy</button>'; 40 40 echo '</div>'; 41 41 echo '</li>';
Note: See TracChangeset
for help on using the changeset viewer.