diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-admin/includes/import.php --- a/wp/wp-admin/includes/import.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-admin/includes/import.php Fri Sep 05 18:40:08 2025 +0200 @@ -7,7 +7,7 @@ */ /** - * Retrieve list of importers. + * Retrieves the list of importers. * * @since 2.0.0 * @@ -23,7 +23,7 @@ } /** - * Sorts a multidimensional array by first member of each top level member + * Sorts a multidimensional array by first member of each top level member. * * Used by uasort() as a callback, should not be used directly. * @@ -39,7 +39,7 @@ } /** - * Register importer for WordPress. + * Registers importer for WordPress. * * @since 2.0.0 * @@ -73,11 +73,11 @@ } /** - * Handle importer uploading and add attachment. + * Handles importer uploading and adds attachment. * * @since 2.0.0 * - * @return array Uploaded file's details on success, error message on failure + * @return array Uploaded file's details on success, error message on failure. */ function wp_import_handle_upload() { if ( ! isset( $_FILES['import'] ) ) {