Changeset 11930 for trunk/wp-includes/comment-template.php
- Timestamp:
- 09/14/2009 02:03:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r11895 r11930 836 836 /** 837 837 * The email address of the current comment author escaped for use in attributes. 838 */ 838 */ 839 839 $comment_author_email = $commenter['comment_author_email']; // Escaped by sanitize_comment_cookies() 840 840 841 841 /** 842 842 * The url of the current comment author escaped for use in attributes. 843 */ 843 */ 844 844 $comment_author_url = esc_url($commenter['comment_author_url']); 845 845
Note: See TracChangeset
for help on using the changeset viewer.