Changeset 11732 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/templates/translation-memory-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/translation-memory-suggestions.php
r8732 r11732 20 20 echo '<span aria-hidden="true" class="translation-suggestion__translation-raw">' . esc_translation( $suggestion['translation'] ) . '</span>'; 21 21 22 echo '<button type="button" class=" copy-suggestion">Copy</button>';22 echo '<button type="button" class="button is-small copy-suggestion">Copy</button>'; 23 23 echo '</div>'; 24 24 echo '</li>';
Note: See TracChangeset
for help on using the changeset viewer.