diff options
Diffstat (limited to 'user_guide/libraries/trackback.html')
-rw-r--r-- | user_guide/libraries/trackback.html | 2 |
1 files changed, 1 insertions, 1 deletions
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();</code> <code>http://www.your-site.com/index.php/trackback/receive/<samp>entry_id</samp></code>
-<p>Notice the entry_id is in the third URI, which you can retrieve using:</p>
+<p>Notice the entry_id is in the third URI segment, which you can retrieve using:</p>
<code>$this->uri->segment(3);</code>
|