- Bugfix: added a missing break statement. Patch by Stefan.
parent
53f538fe1d
commit
7624580f76
|
@ -1704,6 +1704,7 @@ function user_help($section = "admin/help#user") {
|
|||
$output .= "<li>Authenticated user: this role is assigned automatically to authenticated users. Most registered users will belong to this user role unless specified otherwise.</li>";
|
||||
$output .= "</ul>";
|
||||
$output = t($output, array("%permission" => l(t("user permissions"), "admin/user/permission")));
|
||||
break;
|
||||
case 'admin/user/search':
|
||||
$output .= t("Enter a simple pattern ( '*' may be user as a wildcard match) to search for a username. For example, one may search for 'br' and Drupal might return 'brian', 'brad', and 'brenda'.");
|
||||
break;
|
||||
|
|
|
@ -1704,6 +1704,7 @@ function user_help($section = "admin/help#user") {
|
|||
$output .= "<li>Authenticated user: this role is assigned automatically to authenticated users. Most registered users will belong to this user role unless specified otherwise.</li>";
|
||||
$output .= "</ul>";
|
||||
$output = t($output, array("%permission" => l(t("user permissions"), "admin/user/permission")));
|
||||
break;
|
||||
case 'admin/user/search':
|
||||
$output .= t("Enter a simple pattern ( '*' may be user as a wildcard match) to search for a username. For example, one may search for 'br' and Drupal might return 'brian', 'brad', and 'brenda'.");
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue