Changeset 43819 for branches/5.0/src/wp-includes/comment.php
- Timestamp:
- 10/24/2018 04:32:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/comment.php
r43729 r43819 2966 2966 function wp_handle_comment_submission( $comment_data ) { 2967 2967 2968 $comment_post_ID = $comment_parent= 0;2968 $comment_post_ID = $comment_parent = $user_ID = 0; 2969 2969 $comment_author = $comment_author_email = $comment_author_url = $comment_content = null; 2970 2970
Note: See TracChangeset
for help on using the changeset viewer.