Skip to:
Content

BuddyPress.org

Ticket #6624: bp-members-widgets-checkbox-id.patch

File bp-members-widgets-checkbox-id.patch, 833 bytes (added by mercime, 9 years ago)
  • src/bp-members/bp-members-widgets.php

     
    202202                </p>
    203203
    204204                <p>
    205                         <label for="<?php echo $this->get_field_name( 'link_title' ) ?>">
    206                                 <input type="checkbox" name="<?php echo $this->get_field_name( 'link_title' ) ?>" value="1" <?php checked( $link_title ) ?> />
     205                        <label for="<?php echo $this->get_field_id( 'link_title' ) ?>">
     206                                <input type="checkbox" name="<?php echo $this->get_field_name( 'link_title' ) ?>" id="<?php echo $this->get_field_id( 'link_title' ) ?>" value="1" <?php checked( $link_title ) ?> />
    207207                                <?php esc_html_e( 'Link widget title to Members directory', 'buddypress' ); ?>
    208208                        </label>
    209209                </p>