Logged out warnings:

- Replace the Close button with an always visible "X" icon in the top/right corner.
- Check if the user is still logged in every 3 min. by default.
- Add 'wp_auth_check_interval' filter so the interval can be set from PHP.
See #23295.

git-svn-id: https://develop.svn.wordpress.org/trunk@24695 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2013-07-12 23:32:32 +00:00
parent 343d1f2333
commit 1989f70fd1
5 changed files with 44 additions and 40 deletions

View File

@@ -7187,7 +7187,7 @@ body.interim-login {
.interim-login #login {
padding: 0;
margin: 25px auto 20px;
margin: 5px auto 20px;
}
.interim-login.login h1 a {