Navigation Menu

Skip to content

Commit

Permalink
Fix comment for ife() Upgrade. Thanks SkieDr.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Sep 15, 2011
1 parent d8468c1 commit 9d1e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/UpgradeShell.php
Expand Up @@ -268,7 +268,7 @@ public function i18n() {
*
* - a(*) -> array(*)
* - e(*) -> echo *
* - ife(*, *, *) -> empty(*) ? * : *
* - ife(*, *, *) -> !empty(*) ? * : *
* - a(*) -> array(*)
* - r(*, *, *) -> str_replace(*, *, *)
* - up(*) -> strtoupper(*)
Expand Down

0 comments on commit 9d1e3cb

Please sign in to comment.