Make WordPress Core


Ignore:
Timestamp:
12/01/2013 12:47:35 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix strict notices in Tests_POMO_PO.

props markoheijnen for initial patch.
fixes #25631.

File:
1 edited

Legend:

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

    r22350 r26500  
    275275                }
    276276                // add comment
    277                 $this->add_comment_to_entry($entry, $line);;
     277                $this->add_comment_to_entry($entry, $line);
    278278            } elseif (preg_match('/^msgctxt\s+(".*")/', $line, $m)) {
    279279                if ($is_final($context)) {
Note: See TracChangeset for help on using the changeset viewer.