Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/23/2015 12:50:25 AM (9 years ago)
Author:
mercime
Message:

Remove tabindex from BP Admin screens.

Accessibility fix removes tabindex from submit buttons of
Users > Profile Extended, Groups > Edit Group, and Activity > Edit
admin screens.

See #6532.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-admin.php

    r10090 r10127  
    988988
    989989            <div id="publishing-action">
    990                 <?php submit_button( __( 'Save Changes', 'buddypress' ), 'primary', 'save', false, array( 'tabindex' => '4' ) ); ?>
     990                <?php submit_button( __( 'Save Changes', 'buddypress' ), 'primary', 'save', false ); ?>
    991991            </div>
    992992            <div class="clear"></div>
Note: See TracChangeset for help on using the changeset viewer.