You are here

function location_phone_help in Location 5

File

contrib/location_phone/location_phone.module, line 81

Code

function location_phone_help($section) {
  switch ($section) {
    case 'admin/modules#description':
      return t('Adds ability to include a phone-number field for locations.  NOTE: Requires location.');
      break;
  }
}