rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -41,7 +41,7 @@ class WP_Importer {
$hashtable[ $r->meta_value ] = (int) $r->post_id;
}
}
} while ( count( $results ) == $limit );
} while ( count( $results ) === $limit );
return $hashtable;
}
@@ -110,7 +110,7 @@ class WP_Importer {
}
}
}
} while ( count( $results ) == $limit );
} while ( count( $results ) === $limit );
return $hashtable;
}
@@ -187,7 +187,7 @@ class WP_Importer {
}
/**
* GET URL
* Gets URL.
*
* @param string $url
* @param string $username