Forums
-
- Forum
- Posts
-
- Installation
- 27,623
- Troubleshooting
- 60,561
- Themes
- 10,191
- Plugins
- 14,975
- Requests & Feedback
- 14,607
- Showcase
- 3,238
-
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 );
}
}
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS