Changeset 4064

Show
Ignore:
Timestamp:
07/29/06 01:38:27 (2 years ago)
Author:
ryan
Message:

htmlspecial

Files:

Legend:

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

    r4060 r4064  
    9494        array ('query' => $this->last_query, 'error_str' => $str); 
    9595 
    96         $str = wp_specialchars($str, 1); 
    97         $query = wp_specialchars($this->last_query, 1); 
     96        $str = htmlspecialchars($str, 1); 
     97        $query = htmlspecialchars($this->last_query, 1); 
    9898        // Is error output turned on or not.. 
    9999        if ( $this->show_errors ) {