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: http://core.svn.wordpress.org/trunk@24695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2013-07-12 23:32:32 +00:00
parent 57a8322792
commit b96efc779a
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 {