From 928d7679b3f29ca18fb1652feb68f70cf8c33cc3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 1 Dec 2013 12:48:10 +0000 Subject: [PATCH] Fix strict notices in Tests_POMO_PO. props markoheijnen for initial patch. fixes #25631. Built from https://develop.svn.wordpress.org/trunk@26500 git-svn-id: http://core.svn.wordpress.org/trunk@26394 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pomo/po.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/pomo/po.php b/wp-includes/pomo/po.php index f76be01139..6e549a2a12 100644 --- a/wp-includes/pomo/po.php +++ b/wp-includes/pomo/po.php @@ -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');