summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers/url_helper.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-08-08 19:04:40 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-08-08 19:04:40 +0200
commit8788d4b5f597465daaabf46455cd086b6b7deb58 (patch)
tree775f5bbc833ecd130476a662aaad0f2db3694b88 /user_guide/helpers/url_helper.html
parent487de38e4cf677a6c115232610d94b6cbcf504d4 (diff)
changed some-site.com to example.com in example code per http://www.rfc-editor.org/rfc/rfc2606.txt
Diffstat (limited to 'user_guide/helpers/url_helper.html')
-rw-r--r--user_guide/helpers/url_helper.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html
index 0f6075585..08e6f7d0c 100644
--- a/user_guide/helpers/url_helper.html
+++ b/user_guide/helpers/url_helper.html
@@ -224,7 +224,7 @@ $url_title = url_title($title, 'underscore');<br />
<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>
<code>
-$url = "www.some-site.com";<br /><br />
+$url = "www.example.com";<br /><br />
$url = prep_url($url);</code>