Changeset 53794
- Timestamp:
- 07/29/2022 09:20:30 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/import.php
r53183 r53794 8 8 9 9 /** 10 * Retrieve list of importers.10 * Retrieves the list of importers. 11 11 * 12 12 * @since 2.0.0 … … 24 24 25 25 /** 26 * Sorts a multidimensional array by first member of each top level member 26 * Sorts a multidimensional array by first member of each top level member. 27 27 * 28 28 * Used by uasort() as a callback, should not be used directly. … … 40 40 41 41 /** 42 * Register importer for WordPress.42 * Registers importer for WordPress. 43 43 * 44 44 * @since 2.0.0 … … 74 74 75 75 /** 76 * Handle importer uploading and addattachment.77 * 78 * @since 2.0.0 79 * 80 * @return array Uploaded file's details on success, error message on failure 76 * Handles importer uploading and adds attachment. 77 * 78 * @since 2.0.0 79 * 80 * @return array Uploaded file's details on success, error message on failure. 81 81 */ 82 82 function wp_import_handle_upload() {
Note: See TracChangeset
for help on using the changeset viewer.