Changeset 2440
- Timestamp:
- 03/13/05 22:29:44 (4 years ago)
- Files:
-
- trunk/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-login.php
r2438 r2440 28 28 header('Cache-Control: no-cache, must-revalidate, max-age=0'); 29 29 header('Pragma: no-cache'); 30 header('Location:wp-login.php');30 wp_redirect('wp-login.php'); 31 31 exit(); 32 32
