Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-db.php

    r6711 r6726  
    529529            elseif ( strtolower(@$trace['function']) == 'do_action' )
    530530                continue;
    531    
     531
    532532            $caller = $trace['function'];
    533533            break;
Note: See TracChangeset for help on using the changeset viewer.