Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,525
- Themes
- 10,431
- Plugins
- 15,342
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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 );
}
}