Changeset 1541
- Timestamp:
- 06/10/2009 09:56:50 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs/bp-blogs-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-templatetags.php
r1538 r1541 99 99 <label for="blog_public_on"><?php _e('Privacy:', 'buddypress') ?></label> 100 100 <?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> 102 102 <label class="checkbox" for="blog_public_on"> 103 103 <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.