Changeset 2696 for trunk/wp-includes/wp-db.php
- Timestamp:
- 07/04/05 06:27:04 (4 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
r2684 r2696 77 77 // Format a string correctly for safe insert under all PHP conditions 78 78 79 function escape($str ) {79 function escape($string) { 80 80 if( !$this->dbh || version_compare( phpversion(), '4.3.0' ) == '-1' ) 81 81 return mysql_escape_string( $string );
