Skip to:
Content

BuddyPress.org

Ticket #6624: bp-members-widgets-rec-act-ids-fors.patch

File bp-members-widgets-rec-act-ids-fors.patch, 1.1 KB (added by mercime, 9 years ago)
  • src/bp-members/bp-members-widgets.php

     
    514514                $max_members = strip_tags( $settings['max_members'] ); ?>
    515515
    516516                <p>
    517                         <label for="bp-core-widget-members-title">
     517                        <label for="<?php echo $this->get_field_id( 'title' ); ?>">
    518518                                <?php esc_html_e( 'Title:', 'buddypress' ); ?>
    519519                                <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%" />
    520520                        </label>
     
    521521                </p>
    522522
    523523                <p>
    524                         <label for="bp-core-widget-members-max">
     524                        <label for="<?php echo $this->get_field_id( 'max_members' ); ?>">
    525525                                <?php esc_html_e( 'Max Members to show:', 'buddypress' ); ?>
    526526                                <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%" />
    527527                        </label>