Changeset 2737
- Timestamp:
- 07/26/05 20:11:41 (3 years ago)
- Files:
-
- trunk/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/wp-db.php
r2696 r2737 78 78 79 79 function escape($string) { 80 return addslashes( $string ); // Disable rest for now, causing problems 80 81 if( !$this->dbh || version_compare( phpversion(), '4.3.0' ) == '-1' ) 81 82 return mysql_escape_string( $string );
