Changeset 11312 for trunk/wp-admin/options-privacy.php
- Timestamp:
- 05/12/2009 10:40:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-privacy.php
r11283 r11312 26 26 <tr valign="top"> 27 27 <th scope="row"><?php _e('Blog Visibility') ?> </th> 28 <td><fieldset><legend class=" invisible"><span><?php _e('Blog Visibility') ?> </span></legend>28 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Blog Visibility') ?> </span></legend> 29 29 <p><input id="blog-public" type="radio" name="blog_public" value="1" <?php checked('1', get_option('blog_public')); ?> /> 30 30 <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.