Changeset 13174 for trunk/wp-includes/wp-db.php
- Timestamp:
- 02/17/2010 12:13:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r13161 r13174 1232 1232 $bt = array_reverse( $bt ); 1233 1233 foreach ( (array) $bt as $call ) { 1234 if ( @$call['class'] == __CLASS__)1234 if ( isset( $call['class'] ) && __CLASS__ == $call['class'] ) 1235 1235 continue; 1236 1236 $function = $call['function'];
Note: See TracChangeset
for help on using the changeset viewer.