- Timestamp:
- 03/04/2014 02:09:18 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-user-register.php
r4733 r5303 14 14 <legend><?php _e( 'Create an Account', 'bbpress' ); ?></legend> 15 15 16 <?php do_action( 'bbp_template_before_register_fields' ); ?> 17 16 18 <div class="bbp-template-notice"> 17 19 <p><?php _e( 'Your username must be unique, and cannot be changed later.', 'bbpress' ) ?></p> 18 20 <p><?php _e( 'We use your email address to email you a secure password and verify your account.', 'bbpress' ) ?></p> 19 20 21 </div> 21 22 … … 39 40 40 41 </div> 42 43 <?php do_action( 'bbp_template_after_register_fields' ); ?> 44 41 45 </fieldset> 42 46 </form>
Note: See TracChangeset
for help on using the changeset viewer.