Skip to:
Content

BuddyPress.org

Ticket #6624: bp-members-widgets-maxnum-match-id-for.patch

File bp-members-widgets-maxnum-match-id-for.patch, 693 bytes (added by mercime, 9 years ago)
  • src/bp-members/bp-members-widgets.php

     
    209209                </p>
    210210
    211211                <p>
    212                         <label for="bp-core-widget-members-max">
     212                        <label for="<?php echo $this->get_field_id( 'max_members' ); ?>">
    213213                                <?php esc_html_e( 'Max members to show:', 'buddypress' ); ?>
    214214                                <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%" />
    215215                        </label>