function userpoints_nc_help in User points Nodes and Comments 6
File
- ./
userpoints_nc.module, line 12
Code
function userpoints_nc_help($path, $arg) {
switch ($path) {
case 'admin/settings/userpoints_nc':
return t('<strong>UP:</strong> Some basic interfaces for userpoints, such as posting nodes, comments, ...etc.');
}
}