Changeset 12003 for sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/templates/translation-row-editor-meta-feedback.php
- Timestamp:
- 08/01/2022 10:47:56 AM (3 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
r11999 r12003 8 8 <h3 class="feedback-reason-title"><?php esc_html_e( 'Type (Optional)', 'glotpress' ); ?></h3> 9 9 <ul class="feedback-reason-list"> 10 11 $ reject_reasons = Helper_Translation_Discussion::get_reject_reasons();12 foreach ( $reject_reasons as $key => $reason ) :13 10 <?php 11 $comment_reasons = Helper_Translation_Discussion::get_comment_reasons(); 12 foreach ( $comment_reasons as $key => $reason ) : 13 ?> 14 14 <li> 15 15 <label class="tooltip" title="<?php echo esc_attr( $reason['explanation'] ); ?>"><input type="checkbox" name="feedback_reason" value="<?php echo esc_attr( $key ); ?>" /><?php echo esc_html( $reason['name'] ); ?></label><span class="tooltip dashicons dashicons-info" title="<?php echo esc_attr( $reason['explanation'] ); ?>"></span>
Note: See TracChangeset
for help on using the changeset viewer.