function commerce_pdm_help in Commerce (Product Display Manager) 7
Implements hook_help().
File
- ./
commerce_pdm.module, line 76 - Commerce Display Manager Module.
Code
function commerce_pdm_help($path, $args) {
if ($path == 'admin/commerce/products/display_manager') {
return t('Drag products into display nodes as desired.', array());
}
}