Ticket #6624: bp-members-widgets-maxnum-match-id-for.patch
File bp-members-widgets-maxnum-match-id-for.patch, 693 bytes (added by , 9 years ago) |
---|
-
src/bp-members/bp-members-widgets.php
209 209 </p> 210 210 211 211 <p> 212 <label for=" bp-core-widget-members-max">212 <label for="<?php echo $this->get_field_id( 'max_members' ); ?>"> 213 213 <?php esc_html_e( 'Max members to show:', 'buddypress' ); ?> 214 214 <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%" /> 215 215 </label>