mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1135 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user