Skip to:
Content

BuddyPress.org

Changeset 10079


Ignore:
Timestamp:
09/01/2015 09:09:24 PM (9 years ago)
Author:
mercime
Message:

Fix 'for' value of label in Notifications page.

Accessibility fix to bind label and select field by matching the 'for'
value of the label tag with the 'id' value of select field rendered
in the Notifications page.

See #6531.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-notifications/bp-notifications-template.php

    r9993 r10079  
    12531253
    12541254    <form action="" method="get" id="notifications-sort-order">
    1255         <label for="notifications-friends"><?php esc_html_e( 'Order By:', 'buddypress' ); ?></label>
     1255        <label for="notifications-sort-order-list"><?php esc_html_e( 'Order By:', 'buddypress' ); ?></label>
    12561256
    12571257        <select id="notifications-sort-order-list" name="sort_order" onchange="this.form.submit();">
Note: See TracChangeset for help on using the changeset viewer.