Skip to:
Content

bbPress.org

Ticket #1644: 1644.diff

File 1644.diff, 696 bytes (added by markmcwilliams, 13 years ago)
  • bbp-includes/bbp-core-widgets.php

     
    100100
    101101                                                <?php do_action( 'login_form' ); ?>
    102102
    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>
    104104
    105105                                                <?php bbp_user_login_fields(); ?>
    106106