Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3323 closed defect (bug) (fixed)

delete_usermeta

Reported by: svenl77's profile 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)

#1 @boonebgorges
13 years ago

  • Resolution set to invalid
  • Status changed from new to closed

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.

#2 @svenl77
13 years ago

line 95

#3 @svenl77
13 years ago

  • Resolution invalid deleted
  • Status changed from closed to reopened

#4 @boonebgorges
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.

#5 @boonebgorges
13 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [4643]) Changes deprecated delete_usermeta() to delete_user_meta(). Fixes #3323. Props svenl77

#6 @svenl77
13 years ago

Sorry, I will state BP versions in the future... just copied and pasted the debug error message...

thanks Sven

Last edited 13 years ago by svenl77 (previous) (diff)

#7 @johnjamesjacoby
13 years ago

  • Milestone changed from Awaiting Review to 1.2.9
  • Severity set to normal

Moving closed ticket out of Awaiting Review.

Note: See TracTickets for help on using tickets.