Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
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
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
realname.module
realname.module
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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