summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-12-04 11:10:00 +0100
committerAndrey Andreev <narf@devilix.net>2014-12-04 11:10:00 +0100
commit21c3c22320a10d32054b251b24e5b1e569ddeabf (patch)
tree3ea405770897ad6e90031c994661067bff1fe01e /system
parent61f17be68fca126effb7fff7780ca2fd10e7c4dc (diff)
[ci skip] Update on the changes from PR #3388
- Fixed a broken link - Added missing notes about deprecations in the upgrade instructions - Improved consistency with other deprecation notices in the docs
Diffstat (limited to 'system')
-rw-r--r--system/helpers/smiley_helper.php4
-rw-r--r--system/libraries/Cart.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php
index 16b6c75a0..dc8406818 100644
--- a/system/helpers/smiley_helper.php
+++ b/system/helpers/smiley_helper.php
@@ -44,8 +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/smilclass does not fit CI
- * @deprecated 3.0.0 This class does not fit CI.
+ * @link http://codeigniter.com/user_guide/helpers/smiley_helper.html
+ * @deprecated 3.0.0 This helper is too specific for CI.
*/
// ------------------------------------------------------------------------
diff --git a/system/libraries/Cart.php b/system/libraries/Cart.php
index 686d563b0..72ef5e8b5 100644
--- a/system/libraries/Cart.php
+++ b/system/libraries/Cart.php
@@ -45,7 +45,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @category Shopping Cart
* @author EllisLab Dev Team
* @link http://codeigniter.com/user_guide/libraries/cart.html
- * @deprecated 3.0.0 This class does not fit CI
+ * @deprecated 3.0.0 This class is too specific for CI.
*/
class CI_Cart {