Changeset 36039 for branches/4.4/src/wp-includes/comment.php
- Timestamp:
- 12/21/2015 02:57:06 AM (9 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/src/wp-includes/comment.php
r35745 r36039 2751 2751 $comment_author_email = $user->user_email; 2752 2752 $comment_author_url = $user->user_url; 2753 $user_ id= $user->ID;2753 $user_ID = $user->ID; 2754 2754 if ( current_user_can( 'unfiltered_html' ) ) { 2755 2755 if ( ! isset( $comment_data['_wp_unfiltered_html_comment'] ) … … 2788 2788 'comment_type', 2789 2789 'comment_parent', 2790 'user_ id'2790 'user_ID' 2791 2791 ); 2792 2792
Note: See TracChangeset
for help on using the changeset viewer.