Making WordPress.org

Changeset 7656


Ignore:
Timestamp:
09/11/2018 03:46:42 AM (6 years ago)
Author:
dd32
Message:

Code Reference: Add a missing translation call.

Props mukesh27.
Fixes #3792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php

    r7443 r7656  
    184184                if ( ! empty( $comment->child_notes ) ) {
    185185
    186                     echo "<h4 class='feedback-title'>Feedback</h4>\n";
     186                    echo "<h4 class='feedback-title'>" . __( 'Feedback', 'wporg' ) . "</h4>\n";
    187187                    echo "<ul class='children'>\n";
    188188                    foreach ( $comment->child_notes as $child_note ) {
Note: See TracChangeset for help on using the changeset viewer.