Changeset 1940 for trunk/wp-includes/functions-post.php
- Timestamp:
- 12/12/2004 08:41:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-post.php
r1920 r1940 390 390 391 391 $comment_author = strip_tags($comment_author); 392 $comment_author = htmlspecialchars($comment_author);392 $comment_author = wp_specialchars($comment_author); 393 393 394 394 $comment_author_email = preg_replace('/[^a-z+_.@-]/i', '', $comment_author_email); 395 395 396 396 $comment_author_url = strip_tags($comment_author_url); 397 $comment_author_url = htmlspecialchars($comment_author_url);397 $comment_author_url = wp_specialchars($comment_author_url); 398 398 399 399 $comment_content = apply_filters('comment_content_presave', $comment_content);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)