Making WordPress.org

Ticket #3792: 3792.patch

File 3792.patch, 908 bytes (added by mukesh27, 6 years ago)
  • wordpress-meta/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php

    diff -Naur wordpress-meta/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php wordpress-meta/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
     
    183183                                // Display child comments.
    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 ) {
    189189                                                wporg_developer_user_note( $child_note, $args, 2, $comment->show_editor );