diff options
author | James L Parry <jim_parry@bcit.ca> | 2014-12-04 05:53:40 +0100 |
---|---|---|
committer | James L Parry <jim_parry@bcit.ca> | 2014-12-04 05:53:40 +0100 |
commit | 694d400efb077666955672c2e8c22e4d1b3a3a06 (patch) | |
tree | d5da37cb8425e9665d5c84acac6bea4057cb5c8a /system/helpers/smiley_helper.php | |
parent | dfcca20182d608f68f56a6129cc57b41503244d9 (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/smiley_helper.php')
-rw-r--r-- | system/helpers/smiley_helper.php | 3 |
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. */ // ------------------------------------------------------------------------ |