function ml_image_theme in Media Library 6
Implementation of hook_theme()
File
- ml_image/ml_image.module, line 15 
- Media Library Image module.
Code
function ml_image_theme($existing, $type, $theme, $path) {
  return array(
    'ml_image' => array(
      'arguments' => array(
        'image' => NULL,
        'preview' => FALSE,
      ),
    ),
  );
}