Ticket #1978: patch_texturizetitle.diff
| File patch_texturizetitle.diff, 542 bytes (added by abhay, 6 years ago) |
|---|
-
wp-includes/comment-functions.php
308 308 if (!empty($CSSclass)) { 309 309 echo ' class="'.$CSSclass.'"'; 310 310 } 311 echo ' title="' . sprintf( __('Comment on %s'), $post->post_title) .'">';311 echo ' title="' . sprintf( __('Comment on %s'), wptexturize($post->post_title) ) .'">'; 312 312 comments_number($zero, $one, $more, $number); 313 313 echo '</a>'; 314 314 }
