Opened 8 years ago
Closed 3 years ago
#7306 closed defect (bug) (fixed)
Incorrect? PHPDoc for bp_xprofile_get_meta
Reported by: | DJPaul | Owned by: | espellcaste |
---|---|---|---|
Milestone: | 10.0.0 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | Extended Profile | Keywords: | has-patch |
Cc: |
Description
Per #7300, the bp_xprofile_get_meta
function says it returns a bool, but it actually returns an empty string.
Figure out what it's meant to do, and change the PHPDoc or update existing uses as appropriate.
Attachments (1)
Change History (7)
#3
@
3 years ago
- Milestone changed from Awaiting Contributions to 10.0.0
- Owner set to espellcaste
- Status changed from new to assigned
Based on the committed code, this ticket should be resolved. But I'll move this to the 10 milestone for another eye and decision. :)
#4
@
3 years ago
- Keywords has-patch added
The committed code is not about the bp_xprofile_get_meta()
function. The attached patch should fix the issue.
#6
@
3 years ago
- Resolution set to fixed
- Status changed from assigned to closed
Fixed via this commit: https://buddypress.trac.wordpress.org/changeset/13088
In 11350: