Make WordPress Core

Changeset 5064


Ignore:
Timestamp:
03/20/2007 08:39:39 PM (18 years ago)
Author:
ryan
Message:

login accessibility patch from Viper007Bond. fixes #3620

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/wp-admin.css

    r4950 r5064  
    732732    display: block;
    733733    border-bottom: none;
    734 }
    735 
    736 #login .hide {
    737     display: none;
     734    text-indent: -9999px;
    738735}
    739736
  • trunk/wp-login.php

    r4983 r5064  
    4747<body class="login">
    4848
    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>
    5050<?php
    5151    if ( !empty( $message ) ) echo apply_filters('login_message', $message) . "\n";
Note: See TracChangeset for help on using the changeset viewer.