Making WordPress.org


Ignore:
Timestamp:
02/20/2023 02:50:11 PM (2 years ago)
Author:
amieiro
Message:

Translate: Sync gp-translation-helpers with GitHub

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  
    99            <ul class="feedback-reason-list">
    1010            <?php
    11                 $comment_reasons = Helper_Translation_Discussion::get_comment_reasons();
     11                $comment_reasons = Helper_Translation_Discussion::get_comment_reasons( $locale_slug );
    1212            foreach ( $comment_reasons as $key => $reason ) :
    1313                ?>
     
    1818            </ul>
    1919            <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' ); ?>
    2221                </label>
     22                <textarea name="feedback_comment"></textarea>
     23
    2324                <label class="note">Please note that all feedback is visible to the public.</label>
    2425            </div>
Note: See TracChangeset for help on using the changeset viewer.