function plupload_theme in Plupload integration 6
Implementation of hook_theme().
File
- ./
plupload.module, line 404
Code
function plupload_theme($existing, $type, $theme, $path) {
return array(
'plupload_uploader' => array(
'arguments' => array(),
),
);
}