Skip to:
Content

BuddyPress.org

Ticket #6532: 6532-remove-tabindex.patch

File 6532-remove-tabindex.patch, 1.9 KB (added by mercime, 9 years ago)
  • src/bp-activity/bp-activity-admin.php

     
    758758
    759759                <div id="major-publishing-actions">
    760760                        <div id="publishing-action">
    761                                 <?php submit_button( __( 'Update', 'buddypress' ), 'primary', 'save', false, array( 'tabindex' => '4' ) ); ?>
     761                                <?php submit_button( __( 'Update', 'buddypress' ), 'primary', 'save', false ); ?>
    762762                        </div>
    763763                        <div class="clear"></div>
    764764                </div><!-- #major-publishing-actions -->
  • src/bp-groups/bp-groups-admin.php

     
    987987                        </div>
    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>
    993993                </div><!-- #major-publishing-actions -->
  • src/bp-members/bp-members-admin.php

     
    10121012
    10131013                                <div id="publishing-action">
    10141014                                        <a class="button bp-view-profile" href="<?php echo esc_url( bp_core_get_user_domain( $user->ID ) ); ?>" target="_blank"><?php esc_html_e( 'View Profile', 'buddypress' ); ?></a>
    1015                                         <?php submit_button( esc_html__( 'Update Profile', 'buddypress' ), 'primary', 'save', false, array( 'tabindex' => '4' ) ); ?>
     1015                                        <?php submit_button( esc_html__( 'Update Profile', 'buddypress' ), 'primary', 'save', false ); ?>
    10161016                                </div>
    10171017                                <div class="clear"></div>
    10181018                        </div><!-- #major-publishing-actions -->