Changeset 10810 for trunk/wp-includes/pomo/translations.php
- Timestamp:
- 03/18/2009 02:43:45 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/pomo/translations.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pomo/translations.php
r10584 r10810 131 131 * Adds parantheses to the inner parts of ternary operators in 132 132 * plural expressions, because PHP evaluates ternary oerators from left to right 133 * 133 * 134 134 * @param string $expression the expression without parentheses 135 135 * @return string the expression with parentheses added … … 159 159 return rtrim($res, ';'); 160 160 } 161 161 162 162 /** 163 163 * Merge $other in the current object.
Note: See TracChangeset
for help on using the changeset viewer.