Hello Otto,
I am getting a one line error message:
Warning: Missing argument 2 for wpdb::prepare(), called in /home/asiaconf/public_html/wp-content/plugins/wp-super-edit/wp-super-edit.core.class.php on line 114 and defined in /home/asiaconf/public_html/wp-includes/wp-db.php on line 990
And the relevant code reads:
function prepare( $query, $args ) {
How do I fix this code to remove the error?
Thanks