Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
realname
Commits
5c725dd3
Commit
5c725dd3
authored
Nov 29, 2010
by
Dave Reid
Browse files
#974116 by Danic, Dave Reid: Added description to Real name configuration page menu router item.
parent
60f14e3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
realname.module
View file @
5c725dd3
...
...
@@ -31,6 +31,7 @@ function realname_permission() {
function
realname_menu
()
{
$items
[
'admin/config/people/realname'
]
=
array
(
'title'
=>
'Real name'
,
'description'
=>
'Use tokens to configure how user names are displayed.'
,
'page callback'
=>
'drupal_get_form'
,
'page arguments'
=>
array
(
'realname_settings_form'
),
'access arguments'
=>
array
(
'administer realname'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment