Forums
-
- Forum
- Posts
-
- Installation
- 28,383
- Troubleshooting
- 62,262
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,918
- Showcase
- 3,252
-
Additionally, the error referenced is from the following function, at the first return line:
function _real_escape( $string )
{
if ( $this->dbh && $this->real_escape ) {
return mysql_real_escape_string( $string, $this->dbh );
} else {
return addslashes( $string );
}
}