Merged in feature/81-dev-dev01 (pull request #5)
auto-patch 81-dev-dev01-2023-12-05T22_45_26 * auto-patch 81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
@@ -105,7 +105,7 @@ class WP_Importer {
|
||||
$source_comment_id = (int) $source_comment_id;
|
||||
|
||||
// Check if this comment came from this blog.
|
||||
if ( $blog_id == $comment_agent_blog_id ) {
|
||||
if ( (int) $blog_id === (int) $comment_agent_blog_id ) {
|
||||
$hashtable[ $source_comment_id ] = (int) $r->comment_ID;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user