Making WordPress.org


Ignore:
Timestamp:
08/01/2022 10:47:56 AM (3 years ago)
Author:
amieiro
Message:

Translate: Update from remote repo

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  
    88            <h3 class="feedback-reason-title"><?php esc_html_e( 'Type (Optional)', 'glotpress' ); ?></h3>
    99            <ul class="feedback-reason-list">
    10                 <?php
    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                ?>
    1414                    <li>
    1515                        <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.