summaryrefslogtreecommitdiffstats
path: root/system/helpers
diff options
context:
space:
mode:
authorJames L Parry <jim_parry@bcit.ca>2014-12-04 05:53:40 +0100
committerJames L Parry <jim_parry@bcit.ca>2014-12-04 05:53:40 +0100
commit694d400efb077666955672c2e8c22e4d1b3a3a06 (patch)
treed5da37cb8425e9665d5c84acac6bea4057cb5c8a /system/helpers
parentdfcca20182d608f68f56a6129cc57b41503244d9 (diff)
Flag the smiley helper and shopping cart as deprecated.
They should be removed the next minor release. Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI. Signed-off-by:James L Parry <jim_parry@bcit.ca>
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/smiley_helper.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php
index 20f3d4129..16b6c75a0 100644
--- a/system/helpers/smiley_helper.php
+++ b/system/helpers/smiley_helper.php
@@ -44,7 +44,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @subpackage Helpers
* @category Helpers
* @author EllisLab Dev Team
- * @link http://codeigniter.com/user_guide/helpers/smiley_helper.html
+ * @link http://codeigniter.com/user_guide/helpers/smilclass does not fit CI
+ * @deprecated 3.0.0 This class does not fit CI.
*/
// ------------------------------------------------------------------------