Making WordPress.org

Changeset 11964


Ignore:
Timestamp:
07/14/2022 09:54:53 AM (4 years ago)
Author:
spiraltee
Message:

wporg-gp-customizations: Add translation-row-editor-meta-feedback template call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/translation-row-editor.php

    r11732 r11964  
    244244                                <div class="panel-content">
    245245                                        <div class="meta">
    246 
     246                                                <?php gp_tmpl_load( 'translation-row-editor-meta-feedback', get_defined_vars() ); ?>
    247247                                                <?php if ( $translation->translation_status && ( $can_approve_translation || $can_reject_self ) ): ?>
    248248                                                        <div class="status-actions">
Note: See TracChangeset for help on using the changeset viewer.