diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-22 17:05:01 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-22 17:05:01 +0100 |
commit | d265871dfe205a905cd6c39e8ac4371f13848e58 (patch) | |
tree | a4aade0cd0f3290815ebbcfde64122ef5d2a6c81 /user_guide/helpers/url_helper.html | |
parent | 726c8eb63eac6f64408536dd39b7854dfa000251 (diff) |
expanded philsturgeon's bugfix to parse_url() and updated docs and changelog
Diffstat (limited to 'user_guide/helpers/url_helper.html')
-rw-r--r-- | user_guide/helpers/url_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index dbc5969fa..96da0c62b 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -236,7 +236,7 @@ $url_title = url_title($title, 'underscore', TRUE);<br /> </code> <h3>prep_url()</h3> -<p>This function will add <kbd>http://</kbd> in the event it is missing from a URL. Pass the URL string to the function like this:</p> +<p>This function will add <kbd>http://</kbd> in the event that a scheme is missing from a URL. Pass the URL string to the function like this:</p> <code> $url = "example.com";<br /><br /> $url = prep_url($url);</code> |