diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-05-08 22:41:57 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-05-08 22:41:57 +0200 |
commit | df485331ecaa3ae67e644314134164536d5ca191 (patch) | |
tree | a18f211ced73261821cc63c186a579eaf4560706 | |
parent | 8e94646b3147d5f9f70ad09b4cc0aff284b93a98 (diff) |
clarification note on autolink() email
-rw-r--r-- | user_guide/helpers/url_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index 4adc0b8fd..1650fdbef 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -181,7 +181,7 @@ written with JavaScript to help prevent the email address from being harvested b <code>$string = auto_link($string);</code>
<p>The second parameter determines whether URLs and emails are converted or just one or the other. Default behavior is both
-if the parameter is not specified</p>
+if the parameter is not specified. Email links are encoded as safe_mailto() as shown above.</p>
<p>Converts only URLs:</p>
<code>$string = auto_link($string, 'url');</code>
|