#3323 closed defect (bug) (fixed)
delete_usermeta
Reported by: | svenl77 | 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
@
13 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.
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.