Ticket #6624: bp-members-widgets-rec-act-ids-fors.patch
File bp-members-widgets-rec-act-ids-fors.patch, 1.1 KB (added by , 9 years ago) |
---|
-
src/bp-members/bp-members-widgets.php
514 514 $max_members = strip_tags( $settings['max_members'] ); ?> 515 515 516 516 <p> 517 <label for=" bp-core-widget-members-title">517 <label for="<?php echo $this->get_field_id( 'title' ); ?>"> 518 518 <?php esc_html_e( 'Title:', 'buddypress' ); ?> 519 519 <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%" /> 520 520 </label> … … 521 521 </p> 522 522 523 523 <p> 524 <label for=" bp-core-widget-members-max">524 <label for="<?php echo $this->get_field_id( 'max_members' ); ?>"> 525 525 <?php esc_html_e( 'Max Members to show:', 'buddypress' ); ?> 526 526 <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%" /> 527 527 </label>