summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/url_helper.rst
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/helpers/url_helper.rst')
-rw-r--r--user_guide_src/source/helpers/url_helper.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/user_guide_src/source/helpers/url_helper.rst b/user_guide_src/source/helpers/url_helper.rst
index adeab8c58..037e613ea 100644
--- a/user_guide_src/source/helpers/url_helper.rst
+++ b/user_guide_src/source/helpers/url_helper.rst
@@ -298,9 +298,6 @@ The following functions are available:
$url_title = url_title($title, 'underscore');
// Produces: Whats_wrong_with_CSS
- .. note:: Old usage of 'dash' and 'underscore' as the second parameter
- is DEPRECATED.
-
The third parameter determines whether or not lowercase characters are
forced. By default they are not. Options are boolean TRUE/FALSE.