Mark strings for translation.

git-svn-id: https://develop.svn.wordpress.org/trunk@1135 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2004-04-23 06:46:53 +00:00
parent 9f154cff5e
commit e923170edc
3 changed files with 46 additions and 44 deletions

View File

@@ -38,7 +38,7 @@ if ( !veriflog() ) {
header('Cache-Control: no-cache, must-revalidate');
header('Pragma: no-cache');
if (!empty($_COOKIE['wordpressuser_' . $cookiehash])) {
$error="<strong>Error</strong>: wrong login or password.";
$error= __("<strong>Error</strong>: wrong login or password.");
}
$redir = 'Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']);
header($redir);