Skip to:
Content

BuddyPress.org

Changeset 1541


Ignore:
Timestamp:
06/10/2009 09:56:50 PM (17 years ago)
Author:
apeatling
Message:

Fixes #753

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-templatetags.php

    r1538 r1541  
    9999        <label for="blog_public_on"><?php _e('Privacy:', 'buddypress') ?></label>
    100100        <?php _e('I would like my blog to appear in search engines like Google and Technorati, and in public listings around this site.', 'buddypress'); ?>
    101         <div style="clear:both;"></div>
     101        <div class="clear"></div>
    102102        <label class="checkbox" for="blog_public_on">
    103103            <input type="radio" id="blog_public_on" name="blog_public" value="1" <?php if( !isset( $_POST['blog_public'] ) || '1' == $_POST['blog_public'] ) { ?>checked="checked"<?php } ?> />
Note: See TracChangeset for help on using the changeset viewer.