Changeset 36038 for trunk/src/wp-includes/comment.php
- Timestamp:
- 12/21/2015 02:46:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r35948 r36038 2748 2748 $comment_author_email = $user->user_email; 2749 2749 $comment_author_url = $user->user_url; 2750 $user_ id= $user->ID;2750 $user_ID = $user->ID; 2751 2751 if ( current_user_can( 'unfiltered_html' ) ) { 2752 2752 if ( ! isset( $comment_data['_wp_unfiltered_html_comment'] ) … … 2785 2785 'comment_type', 2786 2786 'comment_parent', 2787 'user_ id'2787 'user_ID' 2788 2788 ); 2789 2789
Note: See TracChangeset
for help on using the changeset viewer.