Show
Ignore:
Timestamp:
07/04/05 06:27:04 (4 years ago)
Author:
ryan
Message:

Typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/wp-db.php

    r2684 r2696  
    7777    //  Format a string correctly for safe insert under all PHP conditions 
    7878     
    79     function escape($str) { 
     79    function escape($string) { 
    8080        if( !$this->dbh || version_compare( phpversion(), '4.3.0' ) == '-1' ) 
    8181            return mysql_escape_string( $string );