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
|
|
|
183 | 183 | // Display child comments. |
184 | 184 | if ( ! empty( $comment->child_notes ) ) { |
185 | 185 | |
186 | | echo "<h4 class='feedback-title'>Feedback</h4>\n"; |
| 186 | echo "<h4 class='feedback-title'>".__( 'Feedback', 'wporg' )."</h4>\n"; |
187 | 187 | echo "<ul class='children'>\n"; |
188 | 188 | foreach ( $comment->child_notes as $child_note ) { |
189 | 189 | wporg_developer_user_note( $child_note, $args, 2, $comment->show_editor ); |