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:
Ryan Boren 2008-11-03 23:25:11 +00:00
parent 063265cf03
commit c2d2f01baa
2 changed files with 612 additions and 397 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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++) :