Make WordPress Core


Ignore:
Timestamp:
05/11/2009 10:11:13 PM (16 years ago)
Author:
ryan
Message:

Fix hiding off offscreen legends in Firefox. Props Denis-de-Bernardy. fixes #9783

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-privacy.php

    r11204 r11283  
    2626<tr valign="top">
    2727<th scope="row"><?php _e('Blog Visibility') ?> </th>
    28 <td><fieldset><legend class="invisible"><?php _e('Blog Visibility') ?> </legend>
     28<td><fieldset><legend class="invisible"><span><?php _e('Blog Visibility') ?> </span></legend>
    2929<p><input id="blog-public" type="radio" name="blog_public" value="1" <?php checked('1', get_option('blog_public')); ?> />
    3030<label for="blog-public"><?php _e('I would like my blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers');?></label></p>
Note: See TracChangeset for help on using the changeset viewer.