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
9405388d
Commit
9405388d
authored
Aug 08, 2007
by
Dries
Browse files
- Patch
#164931
by John Morahan: included the wrong file.
parent
2bfeda76
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/taxonomy/taxonomy.module
View file @
9405388d
...
@@ -125,7 +125,7 @@ function taxonomy_menu() {
...
@@ -125,7 +125,7 @@ function taxonomy_menu() {
'page callback'
=>
'taxonomy_term_page'
,
'page callback'
=>
'taxonomy_term_page'
,
'access arguments'
=>
array
(
'access content'
),
'access arguments'
=>
array
(
'access content'
),
'type'
=>
MENU_CALLBACK
,
'type'
=>
MENU_CALLBACK
,
'file'
=>
'taxonomy.page.inc'
,
'file'
=>
'taxonomy.page
s
.inc'
,
);
);
$items
[
'taxonomy/autocomplete'
]
=
array
(
$items
[
'taxonomy/autocomplete'
]
=
array
(
...
@@ -133,7 +133,7 @@ function taxonomy_menu() {
...
@@ -133,7 +133,7 @@ function taxonomy_menu() {
'page callback'
=>
'taxonomy_autocomplete'
,
'page callback'
=>
'taxonomy_autocomplete'
,
'access arguments'
=>
array
(
'access content'
),
'access arguments'
=>
array
(
'access content'
),
'type'
=>
MENU_CALLBACK
,
'type'
=>
MENU_CALLBACK
,
'file'
=>
'taxonomy.page.inc'
,
'file'
=>
'taxonomy.page
s
.inc'
,
);
);
$items
[
'admin/content/taxonomy/%taxonomy_vocabulary'
]
=
array
(
$items
[
'admin/content/taxonomy/%taxonomy_vocabulary'
]
=
array
(
'title'
=>
'List terms'
,
'title'
=>
'List terms'
,
...
...
Write
Preview
Supports
Markdown
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