Changeset 6354 for trunk/wp-admin/includes/upload.php
- Timestamp:
- 12/05/2007 12:29:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upload.php
r6317 r6354 79 79 80 80 function wp_upload_view() { 81 global $style, $ post_id, $style;81 global $style, $style; 82 82 $id = get_the_ID(); 83 83 $attachment_data = wp_get_attachment_metadata( $id ); … … 269 269 $type = $file['type']; 270 270 $file = $file['file']; 271 $filename = basename($file);272 271 273 272 // Construct the attachment array
Note: See TracChangeset
for help on using the changeset viewer.