Changeset 13830 for trunk/wp-includes/pomo/po.php
- Timestamp:
- 03/26/2010 07:36:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pomo/po.php
r13316 r13830 110 110 /** 111 111 * Gives back the original string from a PO-formatted string 112 * 112 * 113 113 * @static 114 114 * @param string $string PO-formatted string … … 140 140 141 141 /** 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 143 143 * returns the modified string 144 144 * … … 255 255 } 256 256 // add comment 257 $this->add_comment_to_entry($entry, $line); ;257 $this->add_comment_to_entry($entry, $line); 258 258 } elseif (preg_match('/^msgctxt\s+(".*")/', $line, $m)) { 259 259 if ($is_final($context)) {
Note: See TracChangeset
for help on using the changeset viewer.