Changeset 6455

Show
Ignore:
Timestamp:
12/21/07 16:41:26 (8 months ago)
Author:
westi
Message:

Remove reference to get_caller as it doesn't exist in the 2.3 branch.

Files:

Legend:

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

    r6444 r6455  
    152152 
    153153        $error_str = "WordPress database error $str for query $this->last_query"; 
    154         if ( $caller = $this->get_caller() ) 
    155             $error_str .= " made by $caller"; 
    156154        error_log($error_str, 0); 
    157155