Make WordPress Core


Ignore:
Timestamp:
12/26/2009 04:53:17 PM (15 years ago)
Author:
westi
Message:

Swap out ;; for ;. Fixes #11618 props demetris and nacin.

File:
1 edited

Legend:

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

    r12079 r12548  
    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.