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> |