diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Typography.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php index 27604421d..13b36dd64 100644 --- a/system/libraries/Typography.php +++ b/system/libraries/Typography.php @@ -245,6 +245,9 @@ class CI_Typography { * * Converts newline characters into either <p> tags or <br /> * + * @access public + * @param string + * @return string */ function _format_newlines($str) { |