In this thread, I just learned how to fix sunrise.php and not have bugs all over the network.
In line 11 of the file, instead of $wpdb->escape
, this must be used: $wpdb->_escape
.
In this thread, I just learned how to fix sunrise.php and not have bugs all over the network.
In line 11 of the file, instead of $wpdb->escape
, this must be used: $wpdb->_escape
.