Changeset 9894 for trunk/wp-admin/media-upload.php
- Timestamp:
- 11/26/2008 02:27:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media-upload.php
r9458 r9894 103 103 104 104 // let the action code decide how to handle the request 105 if ( $tab == 'type' )105 if ( $tab == 'type' || $tab == 'type_url' ) 106 106 do_action("media_upload_$type"); 107 107 else
Note: See TracChangeset
for help on using the changeset viewer.