Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
09f03109
Commit
09f03109
authored
Mar 29, 2012
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1508956
by lsenzee: Fixed unclear description for drupal_parse_url().
parent
ac8fb672
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/includes/common.inc
core/includes/common.inc
+2
-2
No files found.
core/includes/common.inc
View file @
09f03109
...
@@ -531,8 +531,8 @@ function drupal_get_destination() {
...
@@ -531,8 +531,8 @@ function drupal_get_destination() {
* Parses a system URL string into an associative array suitable for url().
* Parses a system URL string into an associative array suitable for url().
*
*
* This function should only be used for URLs that have been generated by the
* This function should only be used for URLs that have been generated by the
* system,
resp.
url(). It should not be used for URLs that come from
external
* system,
such as via
url(). It should not be used for URLs that come from
* sources, or URLs that link to external resources.
*
external
sources, or URLs that link to external resources.
*
*
* The returned array contains a 'path' that may be passed separately to url().
* The returned array contains a 'path' that may be passed separately to url().
* For example:
* For example:
...
...
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