Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/29/2018 01:55:08 PM (7 years ago)
Author:
mercime
Message:

Administration: Remove redundant aria-label attribute from label element.

Props pavlo.opanasenko.
Fixes #7541.

File:
1 edited

Legend:

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

    r11801 r11914  
    201201                        </th>
    202202                        <td class="plugin-title column-primary">
    203                             <?php if ( !in_array( $name, array( 'core', 'members' ) ) ) : ?>
    204 
    205                                 <label for="<?php echo esc_attr( "bp_components[$name]" ); ?>" aria-label="<?php
    206                                 /* translators: accessibility text */
    207                                 printf( __( 'Select %s', 'buddypress' ), esc_html( $labels['title'] ) ); ?>">
    208                                     <span aria-hidden="true"></span>
    209                                     <strong><?php echo esc_html( $labels['title'] ); ?></strong>
    210                                 </label>
    211 
    212                             <?php else: ?>
    213 
     203                            <label for="<?php echo esc_attr( "bp_components[$name]" ); ?>">
    214204                                <span aria-hidden="true"></span>
    215205                                <strong><?php echo esc_html( $labels['title'] ); ?></strong>
    216 
    217                             <?php endif; ?>
     206                            </label>
    218207                        </td>
    219208
Note: See TracChangeset for help on using the changeset viewer.