- Timestamp:
- 11/11/2014 05:25:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-user-register.php
r5561 r5563 17 17 18 18 <div class="bbp-template-notice"> 19 <p><?php _e( 'Your username must be unique, and cannot be changed later.', 'bbpress' ) ?></p> 20 <p><?php _e( 'We use your email address to email you a secure password and verify your account.', 'bbpress' ) ?></p> 19 <ul> 20 <li><?php _e( 'Your username must be unique, and cannot be changed later.', 'bbpress' ); ?></li> 21 <li><?php _e( 'We use your email address to email you a secure password and verify your account.', 'bbpress' ); ?></li> 22 </ul> 21 23 </div> 22 24
Note: See TracChangeset
for help on using the changeset viewer.