Opened 15 years ago
Closed 14 years ago
#4014 closed enhancement (fixed)
Delete old BP 1.0 avatar removal code
| Reported by: | r-a-y | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6 |
| Component: | Extended Profile | Version: | 1.0 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
When going through some of the XProfile code, I noticed that when a user is deleted we attempt to delete some old avatar user meta entries, which is applicable to BP v1.0! (Yes! That far back!)
Should probably remove lines 456-459 from here:
http://buddypress.trac.wordpress.org/browser/tags/1.5.4/bp-xprofile/bp-xprofile-functions.php#L455
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5821]) Remove unused xprofile avatar removal code from pre-1.0 days. Fixes #4014. Props r-a-y.