You are here

function manualcrop_insert_content in Manual Crop 7

Implements of hook_insert_content().

File

./manualcrop.module, line 362

Code

function manualcrop_insert_content($item, $style, $widget) {
  return image_insert_content($item, $style, $widget);
}