Make WordPress Core


Ignore:
Timestamp:
03/18/2009 02:43:45 AM (17 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pomo/translations.php

    r10584 r10810  
    131131     * Adds parantheses to the inner parts of ternary operators in
    132132     * plural expressions, because PHP evaluates ternary oerators from left to right
    133      * 
     133     *
    134134     * @param string $expression the expression without parentheses
    135135     * @return string the expression with parentheses added
     
    159159        return rtrim($res, ';');
    160160    }
    161    
     161
    162162    /**
    163163     * Merge $other in the current object.
Note: See TracChangeset for help on using the changeset viewer.