Make WordPress Core


Ignore:
Timestamp:
12/21/2007 04:41:26 PM (18 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

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