Changeset 12405 for sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/templates/translation-row-editor-meta-feedback.php
- Timestamp:
- 02/20/2023 02:50:11 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/templates/translation-row-editor-meta-feedback.php
r12205 r12405 9 9 <ul class="feedback-reason-list"> 10 10 <?php 11 $comment_reasons = Helper_Translation_Discussion::get_comment_reasons( );11 $comment_reasons = Helper_Translation_Discussion::get_comment_reasons( $locale_slug ); 12 12 foreach ( $comment_reasons as $key => $reason ) : 13 13 ?> … … 18 18 </ul> 19 19 <div class="feedback-comment"> 20 <label><?php esc_html_e( 'Comment (Optional)', 'glotpress' ); ?> 21 <textarea name="feedback_comment"></textarea> 20 <label for="feedback_comment"><?php esc_html_e( 'Comment (Optional)', 'glotpress' ); ?> 22 21 </label> 22 <textarea name="feedback_comment"></textarea> 23 23 24 <label class="note">Please note that all feedback is visible to the public.</label> 24 25 </div>
Note: See TracChangeset
for help on using the changeset viewer.