function manualcrop_help in Manual Crop 7
Implements hook_help().
File
- ./
manualcrop.module, line 82
Code
function manualcrop_help($path) {
switch ($path) {
case 'admin/config/media/image-styles/edit/%':
return '<p>' . t("<strong>Note:</strong> if you are using a Manual Crop effect, it's forced to be the only Manual Crop effect and first effect in the list.") . '</p>';
}
}