Changeset 15623
- Timestamp:
- 09/16/2010 08:48:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r15592 r15623 1136 1136 $comment_author_url = $_COOKIE['comment_author_url_'.COOKIEHASH]; 1137 1137 1138 return compact('comment_author', 'comment_author_email', 'comment_author_url');1138 return apply_filters('wp_get_current_commenter', compact('comment_author', 'comment_author_email', 'comment_author_url')); 1139 1139 } 1140 1140
Note: See TracChangeset
for help on using the changeset viewer.