Opened 11 years ago
Closed 11 years ago
#5654 closed defect (bug) (fixed)
Code formatting and escaping issues in Member's List Tables
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Members | Keywords: | |
Cc: |
Description
A few possible things to fix in admin/bp-members-classes.php
:
- Use
sprint()
on URL's to remove hard-to-read concatenation - Audit use of get text functions (a few are incorrectly escaped, others incorrectly nesting other functionless)
- Inconsistencies between single-site and multi-site list tables
- Code formatting, whitespace, etc...
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 8438: