Changeset 44785 for trunk/src/wp-admin/includes/import.php
- Timestamp:
- 03/01/2019 08:57:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/import.php
r44562 r44785 100 100 // Construct the object array 101 101 $object = array( 102 'post_title' => basename( $upload['file'] ),102 'post_title' => wp_basename( $upload['file'] ), 103 103 'post_content' => $upload['url'], 104 104 'post_mime_type' => $upload['type'],
Note: See TracChangeset
for help on using the changeset viewer.