diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-04-07 00:17:26 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-04-07 00:17:26 +0200 |
commit | a3f1d6d9949d882b15a3b57466fed71428a4e27a (patch) | |
tree | 5f451a1da6382480247b16509be0fcbe5839f6bc /user_guide/changelog.html | |
parent | eda33d5ece128fcc11f6b46df38b3bfd76eb74ad (diff) | |
parent | 2f620fe804ae5b7f4f20adc70ceaee1cf616a655 (diff) |
Changed the 'plural' function so that it doesn't ruin the captalization of your string. It also take into consideration acronyms which are all caps.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index ec6e76875..d34f5c8f0 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -78,6 +78,7 @@ Hg Tag: n/a</p> <li>Helpers <ul> <li>Removed the previously deprecated <kbd>dohash()</kbd> from the <a href="./helpers/security_helper.html">Security helper</a>; use <kbd>do_hash()</kbd> instead.</li> + <li class="reactor">Changed the 'plural' function so that it doesn't ruin the captalization of your string. It also take into consideration acronyms which are all caps.</li> </ul> </li> <li>Database |