Ticket #1978: patch.diff

File patch.diff, 546 bytes (added by markjaquith, 6 years ago)
  • wp-includes/comment-functions.php

     
    312312                if (!empty($CSSclass)) { 
    313313                        echo ' class="'.$CSSclass.'"'; 
    314314                } 
    315                 echo ' title="' . sprintf( __('Comment on %s'), $post->post_title ) .'">'; 
     315                echo ' title="' . sprintf( __('Comment on %s'), wp_specialchars($post->post_title) ) .'">'; 
    316316                comments_number($zero, $one, $more, $number); 
    317317                echo '</a>'; 
    318318        }