Changeset 1135 for trunk/wp-admin/auth.php
- Timestamp:
- 04/23/2004 06:46:53 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/auth.php
r945 r1135 39 39 header('Pragma: no-cache'); 40 40 if (!empty($_COOKIE['wordpressuser_' . $cookiehash])) { 41 $error= "<strong>Error</strong>: wrong login or password.";41 $error= __("<strong>Error</strong>: wrong login or password."); 42 42 } 43 43 $redir = 'Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']);
Note: See TracChangeset
for help on using the changeset viewer.