Changeset 53729 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/20/2022 02:12:02 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r53723 r53729 1298 1298 1299 1299 if ( $user->exists() ) { 1300 $user_ ID= $user->ID;1300 $user_id = $user->ID; 1301 1301 $comment_author = wp_slash( $user->display_name ); 1302 1302 $comment_author_email = wp_slash( $user->user_email ); … … 1344 1344 'comment_type', 1345 1345 'comment_parent', 1346 'user_ ID'1346 'user_id' 1347 1347 ); 1348 1348
Note: See TracChangeset
for help on using the changeset viewer.