function editablefields_help in Editable Fields 5.2
Same name and namespace in other branches
- 5.3 editablefields.module \editablefields_help()
- 5 editablefields.module \editablefields_help()
File
- ./
editablefields.module, line 3
Code
function editablefields_help($section = 'admin/help#editablefields') {
switch ($section) {
case 'admin/modules#description':
return t('Plugin for views to make some fields editable.');
}
}