Changeset 56396
- Timestamp:
- 08/14/2023 09:57:54 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-importer.php
r55916 r56396 106 106 107 107 // Check if this comment came from this blog. 108 if ( $blog_id ==$comment_agent_blog_id ) {108 if ( (int) $blog_id === (int) $comment_agent_blog_id ) { 109 109 $hashtable[ $source_comment_id ] = (int) $r->comment_ID; 110 110 }
Note: See TracChangeset
for help on using the changeset viewer.