Skip to:
Content

BuddyPress.org

Ticket #7541: 7541.6.patch

File 7541.6.patch, 1.3 KB (added by pavlo.opanasenko, 6 years ago)
  • src/bp-core/admin/bp-core-admin-components.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    200200
    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 
    214                                                                 <span aria-hidden="true"></span>
    215                                                                 <strong><?php echo esc_html( $labels['title'] ); ?></strong>
    216 
    217                                                         <?php endif; ?>
     203                                                        <label for="<?php echo esc_attr( "bp_components[$name]" ); ?>">
     204                                                                <span aria-hidden="true"></span>
     205                                                                <strong><?php echo esc_html( $labels['title'] ); ?></strong>
     206                                                        </label>
    218207                                                </td>
    219208
    220209                                                <td class="column-description desc">