From 866b8138c5f51b0ca544dd8a91c265d9200acab8 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 21 Apr 2008 22:02:37 +0000 Subject: doc clarifications, example fixes, grammar. --- user_guide/libraries/trackback.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/trackback.html') diff --git a/user_guide/libraries/trackback.html b/user_guide/libraries/trackback.html index ecc9c21ee..513cbf2c9 100644 --- a/user_guide/libraries/trackback.html +++ b/user_guide/libraries/trackback.html @@ -200,7 +200,7 @@ $this->trackback->send_success(); http://www.your-site.com/index.php/trackback/receive/entry_id -

Notice the entry_id is in the third URI, which you can retrieve using:

+

Notice the entry_id is in the third URI segment, which you can retrieve using:

$this->uri->segment(3); -- cgit v1.2.3-24-g4f1b