Ticket #6992: 6992-php4.diff
File 6992-php4.diff, 590 bytes (added by , 16 years ago) |
---|
-
wp-includes/comment.php
843 843 844 844 $comment_author = ''; 845 845 if ( isset($_COOKIE['comment_author_'.COOKIEHASH]) ) 846 $comment_author = $_COOKIE['comment_author_'.COOKIEHASH];846 $comment_author = html_entity_decode($_COOKIE['comment_author_'.COOKIEHASH], ENT_QUOTES); 847 847 848 848 $comment_author_email = ''; 849 849 if ( isset($_COOKIE['comment_author_email_'.COOKIEHASH]) )