]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/pomo/po.php
WordPress 3.8
[autoinstalls/wordpress.git] / wp-includes / pomo / po.php
index f76be011397a25e63655c100fd655572447d6136..6e549a2a12bab75b5830efde7b265f79a28f9cb7 100644 (file)
@@ -274,7 +274,7 @@ class PO extends Gettext_Translations {
                                        return false;
                                }
                                // add comment
-                               $this->add_comment_to_entry($entry, $line);;
+                               $this->add_comment_to_entry($entry, $line);
                        } elseif (preg_match('/^msgctxt\s+(".*")/', $line, $m)) {
                                if ($is_final($context)) {
                                        PO::read_line($f, 'put-back');