- Timestamp:
- 04/01/2011 01:33:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-user-register.php
r2943 r2970 10 10 ?> 11 11 12 <form method="post" action="<?php bbp_wp_login_action( array( ' action' => 'register', 'context' => 'login_post' ) ); ?>" class="bbp-login-form">12 <form method="post" action="<?php bbp_wp_login_action( array( 'context' => 'login_post' ) ); ?>" class="bbp-login-form"> 13 13 <fieldset> 14 14 <legend><?php _e( 'Register', 'bbpress' ); ?></legend> 15 16 <?php do_action( 'bbp_template_notices' ); ?>17 15 18 16 <div class="bbp-username"> … … 26 24 </div> 27 25 26 <?php do_action( 'register_form' ); ?> 27 28 <p id="reg_passmail"><?php _e( 'A password will be e-mailed to you.', 'bbpress' ) ?></p> 29 28 30 <div class="bbp-submit-wrapper"> 29 30 <?php do_action( 'register_form' ); ?>31 31 32 32 <button type="submit" name="user-submit" tabindex="<?php bbp_tab_index(); ?>" class="user-submit"><?php _e( 'Register', 'bbpress' ); ?></button>
Note: See TracChangeset
for help on using the changeset viewer.