#3323 closed defect (bug) (fixed)
delete_usermeta
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.2.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Core | Keywords: | |
| Cc: |
Description
REQUIRED: delete_usermeta found in the file ajax.php. Deprecated since version 3.0. Use delete_user_meta() instead.
Change History (7)
#4
@
14 years ago
Thanks. In the future, can you state BP versions when reporting these kinds of bugs? I assumed you meant the trunk, where this does not appear.
#6
@
14 years ago
Sorry, I will state BP versions in the future... just copied and pasted the debug error message...
Version 0, edited 14 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
I can't find any references to delete_usermeta(), or any other _usermeta() functions, anywhere in bp-themes/bp-default/_inc/ajax.php, or anywhere else in BP. It sounds like you might be using a child theme or a plugin that has some out-of-date ajax functions.
Please reopen if you can point to the exact location where the delete_usermeta() function is called.