Changeset 44166 for trunk/src/wp-includes/comment.php
- Timestamp:
- 12/14/2018 05:12:12 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43819,43832
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/comment.php
r43982 r44166 3083 3083 function wp_handle_comment_submission( $comment_data ) { 3084 3084 3085 $comment_post_ID = $comment_parent = 0;3085 $comment_post_ID = $comment_parent = $user_ID = 0; 3086 3086 $comment_author = $comment_author_email = $comment_author_url = $comment_content = null; 3087 3087
Note: See TracChangeset
for help on using the changeset viewer.