strider72 / spam-karma

A flexible and modular anti-spam plugin for WordPress
GNU General Public License v2.0
3 stars 3 forks source link

PHP MySQL extension is deprecated #31

Open strider72 opened 9 years ago

strider72 commented 9 years ago

in function sk_escape_string() -- sk_functions.php line 107: mysql_real_escape_string() deprecated.

Maybe should be replaced with one of the WP escape functions?