You are here

function editablefields_help in Editable Fields 5.2

Same name and namespace in other branches
  1. 5.3 editablefields.module \editablefields_help()
  2. 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.');
  }
}