login accessibility patch from Viper007Bond. fixes #3620
git-svn-id: http://svn.automattic.com/wordpress/trunk@5064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d8e55fcfdc
commit
25e7b34d7d
|
@ -731,10 +731,7 @@ input.delete:hover {
|
|||
width: 320px;
|
||||
display: block;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#login .hide {
|
||||
display: none;
|
||||
text-indent: -9999px;
|
||||
}
|
||||
|
||||
#login .message {
|
||||
|
|
|
@ -46,7 +46,7 @@ function login_header($title = 'Login', $message = '') {
|
|||
</head>
|
||||
<body class="login">
|
||||
|
||||
<div id="login"><h1><a href="<?php echo apply_filters('login_headerurl', 'http://wordpress.org/'); ?>" title="<?php echo apply_filters('login_headertitle', __('Powered by WordPress')); ?>"><span class="hide"><?php bloginfo('name'); ?></span></a></h1>
|
||||
<div id="login"><h1><a href="<?php echo apply_filters('login_headerurl', 'http://wordpress.org/'); ?>" title="<?php echo apply_filters('login_headertitle', __('Powered by WordPress')); ?>"><?php bloginfo('name'); ?></a></h1>
|
||||
<?php
|
||||
if ( !empty( $message ) ) echo apply_filters('login_message', $message) . "\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue