Changeset 4466 for trunk/bp-themes/bp-default/registration/register.php
- Timestamp:
- 06/06/2011 08:44:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/registration/register.php
r4414 r4466 183 183 <h4><?php _e( 'Blog Details', 'buddypress' ) ?></h4> 184 184 185 <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 blog', 'buddypress' ) ?></p>185 <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> 186 186 187 187 <div id="blog-details"<?php if ( (int) bp_get_signup_with_blog_value() ) : ?>class="show"<?php endif; ?>> … … 196 196 <?php endif; ?> 197 197 198 <label for="signup_blog_title"><?php _e( ' BlogTitle', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>198 <label for="signup_blog_title"><?php _e( 'Site Title', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label> 199 199 <?php do_action( 'bp_signup_blog_title_errors' ) ?> 200 200 <input type="text" name="signup_blog_title" id="signup_blog_title" value="<?php bp_signup_blog_title_value() ?>" /> 201 201 202 <span class="label"><?php _e( 'I would like my blog to appear in search engines, and in public listings around this site', 'buddypress' ) ?>:</span>202 <span class="label"><?php _e( 'I would like my site to appear in search engines, and in public listings around this network.', 'buddypress' ) ?>:</span> 203 203 <?php do_action( 'bp_signup_blog_privacy_errors' ) ?> 204 204
Note: See TracChangeset
for help on using the changeset viewer.