Changeset 10123 for trunk/src/bp-members/bp-members-widgets.php
- Timestamp:
- 09/17/2015 04:07:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-widgets.php
r10122 r10123 514 514 515 515 <p> 516 <label for=" bp-core-widget-members-title">516 <label for="<?php echo $this->get_field_id( 'title' ); ?>"> 517 517 <?php esc_html_e( 'Title:', 'buddypress' ); ?> 518 518 <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%" /> … … 521 521 522 522 <p> 523 <label for=" bp-core-widget-members-max">523 <label for="<?php echo $this->get_field_id( 'max_members' ); ?>"> 524 524 <?php esc_html_e( 'Max Members to show:', 'buddypress' ); ?> 525 525 <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.