- Timestamp:
- 05/09/2011 07:50:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-user-lost-pass.php
r2943 r3126 10 10 ?> 11 11 12 <form method="post" action="<?php bbp_wp_login_action( array( 'action' => 'lostpassword', 'context' => 'login_post' ) ); ?>" class="bbp-user-register">12 <form method="post" action="<?php bbp_wp_login_action( array( 'action' => 'lostpassword', 'context' => 'login_post' ) ); ?>" class="bbp-user-register"> 13 13 <fieldset> 14 14 <legend><?php _e( 'Lost Password', 'bbpress' ); ?></legend> 15 16 <?php do_action( 'bbp_template_notices' ); ?>17 15 18 16 <div class="bbp-username"> … … 31 29 <?php bbp_user_lost_pass_fields(); ?> 32 30 33 <?php $reset = $_GET['reset']; if($reset == true) { echo '<p>A message will be sent to your email address.</p>'; } ?>34 31 </div> 35 32 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.