summaryrefslogtreecommitdiffstats
path: root/system/helpers/string_helper.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-11-08 21:01:33 +0100
committerAndrey Andreev <narf@bofh.bg>2012-11-08 21:01:33 +0100
commitf7c39d6a123a73d90e4e9ebca2c66ed75731ab32 (patch)
tree0c5d666b33dd535cc13f4378825d2735e7ffa4f6 /system/helpers/string_helper.php
parent53b8ef524529e6ca9f32ad49d36c5140df84feb0 (diff)
Deprecate String helper trim_slashes()
trim(, '/') is even shorter ...
Diffstat (limited to 'system/helpers/string_helper.php')
-rw-r--r--system/helpers/string_helper.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php
index c895d5767..5177a7e59 100644
--- a/system/helpers/string_helper.php
+++ b/system/helpers/string_helper.php
@@ -51,6 +51,9 @@ if ( ! function_exists('trim_slashes'))
*
* this/that/theother
*
+ * @todo Remove in version 3.1+.
+ * @deprecated 3.0.0 This is just an alias for PHP's native trim()
+ *
* @param string
* @return string
*/