boonebgorges / invite-anyone

Invite Anyone - Expands on BuddyPress's invitation features
http://teleogistic.net/code/buddypress/invite-anyone
29 stars 29 forks source link

fix search on wordpress prior to 4.0.0 #138

Closed cherbst closed 8 years ago

cherbst commented 8 years ago

before this commit, search for users on WordPress prior to version 4.0.0 produced the following error:

PHP Fatal error: Call to undefined method wpdb::esc_like()

This was due to esc_like being introduced in WordPress 4.0.0.

boonebgorges commented 8 years ago

Thank you for the fix!