Skip to:
Content

BuddyPress.org

Changeset 10708


Ignore:
Timestamp:
04/14/2016 09:41:56 PM (9 years ago)
Author:
mercime
Message:

Accessibility: Add aria-hidden attr for dashicons in Components screen.

Fixes #7017.

File:
1 edited

Legend:

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

    r10559 r10708  
    199199                        </th>
    200200                        <td class="plugin-title column-primary">
    201                             <span></span>
     201                            <span aria-hidden="true"></span>
    202202                            <strong><?php echo esc_html( $labels['title'] ); ?></strong>
    203203                        </td>
Note: See TracChangeset for help on using the changeset viewer.