Changeset 11180 for trunk/wp-admin/options-privacy.php
- Timestamp:
- 05/04/2009 09:28:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-privacy.php
r11110 r11180 26 26 <tr valign="top"> 27 27 <th scope="row"><?php _e('Blog Visibility') ?> </th> 28 <td><fieldset><legend class=" hidden"><?php _e('Blog Visibility') ?> </legend>28 <td><fieldset><legend class="invisible"><?php _e('Blog Visibility') ?> </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.