Changeset 18850
- Timestamp:
- 09/30/2011 10:52:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media-upload.php
r18674 r18850 118 118 119 119 // let the action code decide how to handle the request 120 if ( $tab == 'type' || $tab == 'type_url' )120 if ( $tab == 'type' || $tab == 'type_url' || ! array_key_exists( $tab , media_upload_tabs() ) ) 121 121 do_action("media_upload_$type"); 122 122 else
Note: See TracChangeset
for help on using the changeset viewer.