Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/03/2015 09:52:29 AM (9 years ago)
Author:
mercime
Message:

Add label for checkbox to create a new Blog.

See #6618.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/register.php

    r10150 r10173  
    243243                    <h4><?php _e( 'Blog Details', 'buddypress' ); ?></h4>
    244244
    245                     <p><input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1"<?php if ( (int) bp_get_signup_with_blog_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Yes, I\'d like to create a new site', 'buddypress' ); ?></p>
     245                    <p><label for="signup_with_blog"><input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1"<?php if ( (int) bp_get_signup_with_blog_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Yes, I\'d like to create a new site', 'buddypress' ); ?></label></p>
    246246
    247247                    <div id="blog-details"<?php if ( (int) bp_get_signup_with_blog_value() ) : ?>class="show"<?php endif; ?>>
Note: See TracChangeset for help on using the changeset viewer.