From 8788d4b5f597465daaabf46455cd086b6b7deb58 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 8 Aug 2007 17:04:40 +0000 Subject: changed some-site.com to example.com in example code per http://www.rfc-editor.org/rfc/rfc2606.txt --- user_guide/helpers/url_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers/url_helper.html') 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');

prep_url()

This function will add http:// in the event it is missing from a URL. Pass the URL string to the function like this:

-$url = "www.some-site.com";

+$url = "www.example.com";

$url = prep_url($url);
-- cgit v1.2.3-24-g4f1b