Skip to:
Content

BuddyPress.org

Ticket #7541: 7541.5.patch

File 7541.5.patch, 1.1 KB (added by mercime, 6 years ago)
  • src/bp-core/admin/bp-core-admin-components.php

     
    199199                                                        <?php endif; ?>
    200200
    201201                                                </th>
     202
    202203                                                <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 
    214                                                                 <span aria-hidden="true"></span>
    215                                                                 <strong><?php echo esc_html( $labels['title'] ); ?></strong>
    216 
    217                                                         <?php endif; ?>
     204                                                        <span aria-hidden="true"></span>
     205                                                        <strong><?php echo esc_html( $labels['title'] ); ?></strong>
    218206                                                </td>
    219207
    220208                                                <td class="column-description desc">