Skip to:
Content

bbPress.org

Changeset 3542


Ignore:
Timestamp:
10/10/2011 05:11:36 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Remove stray quote from login widget. Fixes #1644. Props markmcwilliams.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/bbp-includes/bbp-core-widgets.php

    r3505 r3542  
    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(); ?>
Note: See TracChangeset for help on using the changeset viewer.