Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6284


Ignore:
Timestamp:
03/07/2015 11:22:21 AM (10 years ago)
Author:
DJPaul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6284 – Description

    initial v1  
    1 In wp-admin Settings > BuddyPress, there is no form `<label`> printed for the check boxes on the Components screen because of a `sprintf` vs `printf` typo.
     1In wp-admin Settings > BuddyPress, there is no form `<label`> value printed for the check boxes on the Components screen because of a `sprintf` vs `printf` typo.
    22
    33Beyond fixing this, we can go one step better and make the component name be the label element for the corresponding check box. This will bring enhancements to all users, because you'll be able to click/touch the component name to toggle the check box -- something I've personally been doing for years and getting frustrated that it never worked.