Changeset 11283 for trunk/wp-admin/options-privacy.php
- Timestamp:
- 05/11/2009 10:11:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-privacy.php
r11204 r11283 26 26 <tr valign="top"> 27 27 <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> 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.