Changeset 9605
- Timestamp:
- 03/07/2015 11:25:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-components.php
r9555 r9605 195 195 <?php endif; ?> 196 196 197 <label class="screen-reader-text" for="bp_components[<?php echo esc_attr( $name ); ?>]"><?php sprintf( __( 'Select %s', 'buddypress' ), esc_html( $labels['title'] ) ); ?></label>198 197 </th> 199 198 <td class="plugin-title" style="width: 190px;"> 200 199 <span></span> 201 <strong><?php echo esc_html( $labels['title'] ); ?></strong> 200 <label for="bp_components[<?php echo esc_attr( $name ); ?>]"> 201 <strong><?php echo esc_html( $labels['title'] ); ?></strong> 202 </label> 203 202 204 <div class="row-actions-visible"> 203 205
Note: See TracChangeset
for help on using the changeset viewer.