Opened 11 years ago
Closed 11 years ago
#6451 closed defect (bug)
Group links & permalinks cleanup
| Reported by: | johnjamesjacoby | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Groups | Version: | 1.0 |
| Severity: | major | Keywords: | early 2nd-opinion |
| Cc: |
Description
Improvements are necessary to bp-group-template.php:
- Output functions need to use
esc_url() - Should use
trailingslashit()andusertrailingslashit() - Logic should be broken out of
apply_filters()calls - Some functions missing filters
- Some functions have differing return/output parameters
- Missing PHPDoc blocks
- Using out-of-date functions & API's
- Code formatting improvements
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
6451.01.patch is a first pass at addressing all of these concerns for URL related groups template functions.
Worth noting that:
bp_get_group_join_button()