Revert POP3 changes. Localization for wp-mail. Props filosofo. see #8051

git-svn-id: http://svn.automattic.com/wordpress/trunk@9503 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-03 23:25:11 +00:00
parent 2802a24816
commit 23feb0523b
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++) :