Changeset 3570
- Timestamp:
- 11/02/2011 06:18:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-widgets.php
r3505 r3570 101 101 <?php do_action( 'login_form' ); ?> 102 102 103 <button type="submit" name="user-submit" id="user-submit" tabindex="<?php bbp_tab_index(); ?>" class="button submit user-submit"> "<?php _e( 'Log In', 'bbpress' ); ?></button>103 <button type="submit" name="user-submit" id="user-submit" tabindex="<?php bbp_tab_index(); ?>" class="button submit user-submit"><?php _e( 'Log In', 'bbpress' ); ?></button> 104 104 105 105 <?php bbp_user_login_fields(); ?>
Note: See TracChangeset
for help on using the changeset viewer.