Changeset 35435 for trunk/src/wp-includes/comment-functions.php
- Timestamp:
- 10/29/2015 09:28:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-functions.php
r35339 r35435 2743 2743 $comment_author_email = $user->user_email; 2744 2744 $comment_author_url = $user->user_url; 2745 $user_id = $user->ID; 2745 2746 if ( current_user_can( 'unfiltered_html' ) ) { 2746 2747 if ( ! isset( $comment_data['_wp_unfiltered_html_comment'] ) … … 2779 2780 'comment_type', 2780 2781 'comment_parent', 2781 'user_ ID'2782 'user_id' 2782 2783 ); 2783 2784
Note: See TracChangeset
for help on using the changeset viewer.