Changeset 5089 for trunk/wp-admin/custom-header.php
- Timestamp:
- 03/23/2007 02:05:29 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/custom-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r5087 r5089 216 216 217 217 // Save the data 218 $id = (int)wp_insert_attachment($object, $file);218 $id = wp_insert_attachment($object, $file); 219 219 220 220 $upload = array('file' => $file, 'id' => $id);
Note: See TracChangeset
for help on using the changeset viewer.