Changeset 53729 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 07/20/2022 02:12:02 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r53723 r53729 3951 3951 $comment['comment_author_email'] = $this->escape( $user_email ); 3952 3952 $comment['comment_author_url'] = $this->escape( $user_url ); 3953 $comment['user_ ID'] = $user->ID;3953 $comment['user_id'] = $user->ID; 3954 3954 } else { 3955 3955 $comment['comment_author'] = ''; … … 3968 3968 } 3969 3969 3970 $comment['user_ ID'] = 0;3970 $comment['user_id'] = 0; 3971 3971 3972 3972 if ( get_option( 'require_name_email' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.