Make theme_video_upload_video more useful
Justin W Freeman - October 29, 2009 - 02:00
| Project: | Video Upload |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Overriding the theme function theme_video_upload_video would be more useful if the whole video item was sent through instead of just the video id.
It can be hard to do some more specific things without this field information.

#1
Here is a patch that addresses this problem.
It also fixes a bug in the theme_video_upload_widget_preview function, which used to call theme('video_upload_video' incorrectly.