Changeset 2696
- Timestamp:
- 07/04/2005 06:27:04 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 );
Note: See TracChangeset
for help on using the changeset viewer.