Ticket #6624: bp-members-widgets-title-match-id-for.patch
File bp-members-widgets-title-match-id-for.patch, 698 bytes (added by , 9 years ago) |
---|
-
src/bp-members/bp-members-widgets.php
195 195 $link_title = (bool) $settings['link_title']; ?> 196 196 197 197 <p> 198 <label for=" bp-core-widget-title">198 <label for="<?php echo $this->get_field_id( 'title' ); ?>"> 199 199 <?php esc_html_e( 'Title:', 'buddypress' ); ?> 200 200 <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%" /> 201 201 </label>