Skip to content

Commit 18f499e

Browse files
committed
fixed test for php5.3
1 parent dcb086e commit 18f499e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/files/phpcode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<p><?php __("text 7 (with parenthesis)"); ?></p>
1717
<p><?php __("text 8 \"with escaped double quotes\""); ?></p>
1818
<p><?php __("text 9 'with single quotes'"); ?></p>
19-
<p><?= n__("text 10 with plural", "The plural form", 5); ?></p>
19+
<p><?php echo n__("text 10 with plural", "The plural form", 5); ?></p>
2020
</div>
2121

2222
<?php __e("<div id=\"blog\" class=\"container\">

0 commit comments

Comments
 (0)