Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
225
Merge Requests
225
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
dec310d6
Commit
dec310d6
authored
Jun 27, 2009
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#501384
by jhodgdon: fixed typos.
parent
2a7c2fa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/system/system.api.php
modules/system/system.api.php
+2
-2
No files found.
modules/system/system.api.php
View file @
dec310d6
...
...
@@ -1028,11 +1028,11 @@ function hook_modules_uninstalled($modules) {
* This function should change the value of $path and $options by reference.
*
* @param $path
* The alias of the $
p
riginal_path as defined in the database.
* The alias of the $
o
riginal_path as defined in the database.
* If there is no match in the database it'll be the same as $original_path
* @param $options
* An array of link attributes such as querystring and fragment. See url().
* @param $orignal_path
* @param $orig
i
nal_path
* The unaliased Drupal path that is being linked to.
*/
function
custom_url_rewrite_outbound
(
&
$path
,
&
$options
,
$original_path
)
{
...
...
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