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:
parent
2802a24816
commit
23feb0523b
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