Ticket #10182: template.php.patch
| File template.php.patch, 677 bytes (added by brettz95, 2 years ago) |
|---|
-
template.php
2145 2145 case 'comment': 2146 2146 echo "<td $attributes>"; 2147 2147 echo '<div id="submitted-on">'; 2148 printf(__('Submitted on <a href="%1$s">%2$s at %3$s</a>'), get_comment_link($comment->comment_ID), get_comment_date(__('Y/m/d')), get_comment_date(__('g:ia')));2148 printf(__('Submitted on <a href="%1$s">%2$s at %3$s</a>'), esc_url(get_comment_link($comment->comment_ID)), get_comment_date(__('Y/m/d')), get_comment_date(__('g:ia'))); 2149 2149 echo '</div>'; 2150 2150 comment_text(); 2151 2151 if ( $user_can ) { ?>
