Skip to:
Content

BuddyPress.org

Ticket #6624: bp-members-widgets-whos-online-ids-fors.patch

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

     
    364364                $max_members = strip_tags( $settings['max_members'] ); ?>
    365365
    366366                <p>
    367                         <label for="bp-core-widget-title">
     367                        <label for="<?php echo $this->get_field_id( 'title' ); ?>">
    368368                                <?php esc_html_e( 'Title:', 'buddypress' ); ?>
    369369                                <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%" />
    370370                        </label>
     
    371371                </p>
    372372
    373373                <p>
    374                         <label for="bp-core-widget-members-max">
     374                        <label for="<?php echo $this->get_field_id( 'max_members' ); ?>">
    375375                                <?php esc_html_e( 'Max Members to show:', 'buddypress' ); ?>
    376376                                <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%" />
    377377                        </label>