Connections-Business-Directory / Connections

Directory Plugin for WordPress
https://connections-pro.com
GNU General Public License v2.0
26 stars 18 forks source link

Notice: wpdb::escape is deprecated #302

Closed quantumJLBass closed 10 years ago

quantumJLBass commented 10 years ago

mistakenly put the issue here http://connections-pro.com/support/topic/notice-wpdbescape-is-deprecated/

short is that on plugins\connections\includes\class.terms.php there is $wpdb->escape where it should be $wpdb->prepare which will clear the warning, and keep from getting a headers already sent error.