Changeset 7883 for trunk/wp-admin/options-privacy.php
- Timestamp:
- 05/04/2008 10:37:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-privacy.php
r7000 r7883 15 15 <tr valign="top"> 16 16 <th scope="row"><?php _e('Blog Visibility') ?> </th> 17 <td> 17 <td><fieldset><legend class="hidden"><?php _e('Blog Visibility') ?> </legend> 18 18 <p><input id="blog-public" type="radio" name="blog_public" value="1" <?php checked('1', get_option('blog_public')); ?> /> 19 19 <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> … … 21 21 <label for="blog-norobots"><?php _e('I would like to block search engines, but allow normal visitors'); ?></label></p> 22 22 <?php do_action('blog_privacy_selector'); ?> 23 </ td>23 </fieldset></td> 24 24 </tr> 25 25 </table>
Note: See TracChangeset
for help on using the changeset viewer.