IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
200 | 200 | |
201 | 201 | </th> |
202 | 202 | <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> |
218 | 207 | </td> |
219 | 208 | |
220 | 209 | <td class="column-description desc"> |