Changeset 10122
- Timestamp:
- 09/17/2015 04:05:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-widgets.php
r10121 r10122 364 364 365 365 <p> 366 <label for=" bp-core-widget-title">366 <label for="<?php echo $this->get_field_id( 'title' ); ?>"> 367 367 <?php esc_html_e( 'Title:', 'buddypress' ); ?> 368 368 <input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" style="width: 100%" /> … … 371 371 372 372 <p> 373 <label for=" bp-core-widget-members-max">373 <label for="<?php echo $this->get_field_id( 'max_members' ); ?>"> 374 374 <?php esc_html_e( 'Max Members to show:', 'buddypress' ); ?> 375 375 <input class="widefat" id="<?php echo $this->get_field_id( 'max_members' ); ?>" name="<?php echo $this->get_field_name( 'max_members' ); ?>" type="text" value="<?php echo esc_attr( $max_members ); ?>" style="width: 30%" />
Note: See TracChangeset
for help on using the changeset viewer.