Make WordPress Core

Changeset 2696


Ignore:
Timestamp:
07/04/2005 06:27:04 AM (20 years ago)
Author:
ryan
Message:

Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 );
Note: See TracChangeset for help on using the changeset viewer.