strangerstudios / basic-user-avatars

Add an avatar upload field on frontend pages and on the Edit Profile screen so users and admins can manage custom profile pictures without Gravatar.
https://wordpress.org/plugins/basic-user-avatars/
39 stars 34 forks source link

Deprecated function #19

Closed jaredatch closed 3 years ago

jaredatch commented 8 years ago

https://wordpress.org/support/topic/suggestions-for-next-update-2?replies=2#post-8396370

andrewlimaza commented 3 years ago

Summarizing the ticket here:

  1. get_users_of_blog at line 467: Use get_users()
  2. create_function at line 285: Potential risk: Low. Create an anonymous (lambda-style) function. A native anonymous function should be used instead.
  3. create_function at line 288: Potential risk: Low. Create an anonymous (lambda-style) function. A native anonymous function should be used instead.
andrewlimaza commented 3 years ago

This has been fixed and should go out in next release.