- Timestamp:
- 05/21/2018 01:00:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/members/register.php
r12082 r12104 29 29 <?php /***** Basic Account Details ******/ ?> 30 30 31 <h2 class="bp-heading"><?php _e( 'Account Details', 'buddypress' ); ?></h2>31 <h2 class="bp-heading"><?php esc_html_e( 'Account Details', 'buddypress' ); ?></h2> 32 32 33 33 <?php bp_nouveau_signup_form(); ?> … … 45 45 <div class="register-section extended-profile" id="profile-details-section"> 46 46 47 <h2 class="bp-heading"><?php _e( 'Profile Details', 'buddypress' ); ?></h2>47 <h2 class="bp-heading"><?php esc_html_e( 'Profile Details', 'buddypress' ); ?></h2> 48 48 49 49 <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?> … … 87 87 <div class="register-section blog-details" id="blog-details-section"> 88 88 89 <h2><?php _e( 'BlogDetails', 'buddypress' ); ?></h2>89 <h2><?php esc_html_e( 'Site Details', 'buddypress' ); ?></h2> 90 90 91 <p><label for="signup_with_blog"><input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1" <?php checked( (int) bp_get_signup_with_blog_value(), 1 ); ?>/> <?php _e( "Yes, I'd like to create a new site", 'buddypress' ); ?></label></p>91 <p><label for="signup_with_blog"><input type="checkbox" name="signup_with_blog" id="signup_with_blog" value="1" <?php checked( (int) bp_get_signup_with_blog_value(), 1 ); ?>/> <?php esc_html_e( "Yes, i'd like to create a new site", 'buddypress' ); ?></label></p> 92 92 93 93 <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.