Changeset 11055 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/translation-row-editor.php
- Timestamp:
- 06/21/2021 08:30:28 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/translation-row-editor.php
r10357 r11055 100 100 101 101 <div class="source-details"> 102 <?php if ( $translation->context): ?>102 <?php if ( wporg_gp_should_display_original_context( $translation ) ): ?> 103 103 <details open class="source-details__context"> 104 104 <summary>Context</summary>
Note: See TracChangeset
for help on using the changeset viewer.