Skip to:
Content

BuddyPress.org

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: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
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)

#1 @johnjamesjacoby
11 years ago

  • Owner set to johnjamesjacoby
  • Resolution set to fixed
  • Status changed from new to closed

In 8438:

Clean-up 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 were incorrectly escaped, others incorrectly nesting other functions)
  • Fix inconsistencies between single-site and multi-site list tables
  • Code formatting, whitespace, etc...

Fixes #5654.

Note: See TracTickets for help on using tickets.