Changeset 6551 for trunk/wp-app.php
- Timestamp:
- 01/04/2008 07:36:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r6507 r6551 426 426 $file = $file['file']; 427 427 428 apply_filters('wp_create_file_in_uploads', $file); // replicate428 do_action('wp_create_file_in_uploads', $file); // replicate 429 429 430 430 // Construct the attachment array
Note: See TracChangeset
for help on using the changeset viewer.