Changeset 3995

Show
Ignore:
Timestamp:
07/06/06 02:28:34 (2 years ago)
Author:
ryan
Message:

specialchars quotes in comment title. Props deko. fixes #2915

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/comment-template.php

    r3902 r3995  
    351351        echo ' class="'.$CSSclass.'"'; 
    352352    } 
    353     $title = wp_specialchars(apply_filters('the_title', get_the_title())); 
     353    $title = wp_specialchars(apply_filters('the_title', get_the_title()), true); 
    354354    echo ' title="' . sprintf( __('Comment on %s'), $title ) .'">'; 
    355355    comments_number($zero, $one, $more, $number);