Revert POP3 changes. Localization for wp-mail. Props filosofo. see #8051
git-svn-id: https://develop.svn.wordpress.org/trunk@9503 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
063265cf03
commit
c2d2f01baa
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@ $count = $pop3->pass(get_option('mailserver_pass'));
|
||||
if (false === $count)
|
||||
wp_die(wp_specialchars($pop3->ERROR));
|
||||
if (0 == $count)
|
||||
echo "<p>There doesn't seem to be any new mail.</p>\n"; // will fall-through to end of for loop
|
||||
echo '<p>' . __("There doesn't seem to be any new mail.") . "</p>\n"; // will fall-through to end of for loop
|
||||
|
||||
for ($i=1; $i <= $count; $i++) :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user