Skip to:
Content

BuddyPress.org

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

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

     
    195195                $link_title     = (bool) $settings['link_title']; ?>
    196196
    197197                <p>
    198                         <label for="bp-core-widget-title">
     198                        <label for="<?php echo $this->get_field_id( 'title' ); ?>">
    199199                                <?php esc_html_e( 'Title:', 'buddypress' ); ?>
    200200                                <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%" />
    201201                        </label>