Ticket #6624: bp-members-widgets-whos-online-ids-fors.patch
File bp-members-widgets-whos-online-ids-fors.patch, 1.1 KB (added by , 9 years ago) |
---|
-
src/bp-members/bp-members-widgets.php
364 364 $max_members = strip_tags( $settings['max_members'] ); ?> 365 365 366 366 <p> 367 <label for=" bp-core-widget-title">367 <label for="<?php echo $this->get_field_id( 'title' ); ?>"> 368 368 <?php esc_html_e( 'Title:', 'buddypress' ); ?> 369 369 <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%" /> 370 370 </label> … … 371 371 </p> 372 372 373 373 <p> 374 <label for=" bp-core-widget-members-max">374 <label for="<?php echo $this->get_field_id( 'max_members' ); ?>"> 375 375 <?php esc_html_e( 'Max Members to show:', 'buddypress' ); ?> 376 376 <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%" /> 377 377 </label>