Make WordPress Core


Ignore:
Timestamp:
03/26/2010 07:36:49 PM (15 years ago)
Author:
nacin
Message:

Remove trailing whites and double semicolons.

File:
1 edited

Legend:

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

    r13316 r13830  
    110110    /**
    111111     * Gives back the original string from a PO-formatted string
    112      * 
     112     *
    113113     * @static
    114114     * @param string $string PO-formatted string
     
    140140
    141141    /**
    142      * Inserts $with in the beginning of every new line of $string and 
     142     * Inserts $with in the beginning of every new line of $string and
    143143     * returns the modified string
    144144     *
     
    255255                }
    256256                // add comment
    257                 $this->add_comment_to_entry($entry, $line);;
     257                $this->add_comment_to_entry($entry, $line);
    258258            } elseif (preg_match('/^msgctxt\s+(".*")/', $line, $m)) {
    259259                if ($is_final($context)) {
Note: See TracChangeset for help on using the changeset viewer.