Ticket #1978: patch.diff
| File patch.diff, 546 bytes (added by markjaquith, 6 years ago) |
|---|
-
wp-includes/comment-functions.php
312 312 if (!empty($CSSclass)) { 313 313 echo ' class="'.$CSSclass.'"'; 314 314 } 315 echo ' title="' . sprintf( __('Comment on %s'), $post->post_title) .'">';315 echo ' title="' . sprintf( __('Comment on %s'), wp_specialchars($post->post_title) ) .'">'; 316 316 comments_number($zero, $one, $more, $number); 317 317 echo '</a>'; 318 318 }
