Changeset 12971
- Timestamp:
- 11/17/2023 09:21:22 AM (16 months 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
r12657 r12971 31 31 </ul> 32 32 <div class="feedback-comment"> 33 <label for=" feedback_comment"><?php esc_html_e( 'Comment (Optional)', 'glotpress' ); ?>33 <label for="<?php echo 'feedback-' . esc_attr( $translation->row_id ); ?>"><?php esc_html_e( 'Comment (Optional)', 'glotpress' ); ?> 34 34 </label> 35 <textarea name="feedback_comment"></textarea>35 <textarea id="<?php echo 'feedback-' . esc_attr( $translation->row_id ); ?>" name="feedback_comment"></textarea> 36 36 37 < label class="note">Please note that all feedback is visible to the public.</label>37 <span class="note">Please note that all feedback is visible to the public.</span> 38 38 </div> 39 39 </form>
Note: See TracChangeset
for help on using the changeset viewer.