Closed cherbst closed 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.
Thank you for the fix!
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.