Changeset 7656
- Timestamp:
- 09/11/2018 03:46:42 AM (6 years ago)
- 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 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 ) {
Note: See TracChangeset
for help on using the changeset viewer.