Changeset 12205 for sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/templates/translation-row-editor-meta-feedback.php
- Timestamp:
- 11/04/2022 11:01:38 AM (2 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers
- Property svn:ignore
-
old new 10 10 phpunit.xml.dist 11 11 tests 12 bin
-
- Property svn:ignore
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/templates/translation-row-editor-meta-feedback.php
r12003 r12205 2 2 return; 3 3 } ?> 4 <details >4 <details open> 5 5 <summary class="feedback-summary"><?php esc_html_e( 'Give feedback', 'glotpress' ); ?></summary> 6 6 <div id="feedback-form"> … … 21 21 <textarea name="feedback_comment"></textarea> 22 22 </label> 23 <label class="note">Please note that all feedback is visible to the public.</label> 23 24 </div> 24 25 </form>
Note: See TracChangeset
for help on using the changeset viewer.