Forums
-
- Forum
- Posts
-
- Installation
- 28,369
- Troubleshooting
- 62,152
- Themes
- 10,387
- Plugins
- 15,305
- Requests & Feedback
- 14,888
- 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 );
}
}
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS