From 0d17a27fb38edb1c557b2ba8e7f5228bd416789c Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sun, 26 Oct 2008 22:03:54 +0000 Subject: Fixed a typo --- user_guide/helpers/url_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index e5e35dfdd..dcf020821 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -98,7 +98,7 @@ echo site_url($segments);

Returns the full URL (including segments) of the page being currently viewed.

-

uri_segments()

+

uri_string()

Returns the URI segments of any page that contains this function. For example, if your URL was this:

http://some-site.com/blog/comments/123 -- cgit v1.2.3-24-g4f1b