Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
36c0cda2
Commit
36c0cda2
authored
Oct 06, 2004
by
Dries
Browse files
- Rewored 'track posts' to 'track'.
parent
67e4f744
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/tracker.module
View file @
36c0cda2
...
...
@@ -39,7 +39,7 @@ function tracker_menu($may_cache) {
}
else
{
if
(
arg
(
0
)
==
'user'
&&
is_numeric
(
arg
(
1
)))
{
$items
[]
=
array
(
'path'
=>
'user/'
.
arg
(
1
)
.
'/track'
,
'title'
=>
t
(
'track
posts
'
),
$items
[]
=
array
(
'path'
=>
'user/'
.
arg
(
1
)
.
'/track'
,
'title'
=>
t
(
'track'
),
'callback'
=>
'tracker_track_user'
,
'access'
=>
user_access
(
'access content'
),
'type'
=>
MENU_LOCAL_TASK
);
}
...
...
modules/tracker/tracker.module
View file @
36c0cda2
...
...
@@ -39,7 +39,7 @@ function tracker_menu($may_cache) {
}
else
{
if
(
arg
(
0
)
==
'user'
&&
is_numeric
(
arg
(
1
)))
{
$items
[]
=
array
(
'path'
=>
'user/'
.
arg
(
1
)
.
'/track'
,
'title'
=>
t
(
'track
posts
'
),
$items
[]
=
array
(
'path'
=>
'user/'
.
arg
(
1
)
.
'/track'
,
'title'
=>
t
(
'track'
),
'callback'
=>
'tracker_track_user'
,
'access'
=>
user_access
(
'access content'
),
'type'
=>
MENU_LOCAL_TASK
);
}
...
...
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