diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-04 11:10:00 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-04 11:10:00 +0100 |
commit | 21c3c22320a10d32054b251b24e5b1e569ddeabf (patch) | |
tree | 3ea405770897ad6e90031c994661067bff1fe01e /user_guide_src/source/helpers | |
parent | 61f17be68fca126effb7fff7780ca2fd10e7c4dc (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 'user_guide_src/source/helpers')
-rw-r--r-- | user_guide_src/source/helpers/email_helper.rst | 3 | ||||
-rw-r--r-- | user_guide_src/source/helpers/smiley_helper.rst | 7 |
2 files changed, 5 insertions, 5 deletions
diff --git a/user_guide_src/source/helpers/email_helper.rst b/user_guide_src/source/helpers/email_helper.rst index b665ce548..3b771a0b6 100644 --- a/user_guide_src/source/helpers/email_helper.rst +++ b/user_guide_src/source/helpers/email_helper.rst @@ -6,7 +6,8 @@ The Email Helper provides some assistive functions for working with Email. For a more robust email solution, see CodeIgniter's :doc:`Email Class <../libraries/email>`. -.. important:: The Email helper is **deprecated**. +.. important:: The Email helper is DEPRECATED and is currently + only kept for backwards compatibility. .. contents:: :local: diff --git a/user_guide_src/source/helpers/smiley_helper.rst b/user_guide_src/source/helpers/smiley_helper.rst index 37dfdf664..5de1d83bb 100644 --- a/user_guide_src/source/helpers/smiley_helper.rst +++ b/user_guide_src/source/helpers/smiley_helper.rst @@ -2,13 +2,12 @@ Smiley Helper ############# -.. important:: This library is DEPRECATED and should not be used. - It is now no longer supported. - Currently only kept for backwards compatibility. - The Smiley Helper file contains functions that let you manage smileys (emoticons). +.. important:: The Smiley helper is DEPRECATED and should not be used. + It is currently only kept for backwards compatibility. + .. contents:: :local: |