Ticket #3620: login_accessibility.patch
File login_accessibility.patch, 1.1 KB (added by , 18 years ago) |
---|
-
wp-admin/wp-admin.css
728 728 width: 320px; 729 729 display: block; 730 730 border-bottom: none; 731 text-indent: -9999px; 731 732 } 732 733 733 #login .hide {734 display: none;735 }736 737 734 #login .message { 738 735 font-size: 10pt; 739 736 text-align: center; -
wp-login.php
46 46 </head> 47 47 <body class="login"> 48 48 49 <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>49 <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> 50 50 <?php 51 51 if ( !empty( $message ) ) echo apply_filters('login_message', $message) . "\n"; 52 52