Make WordPress Core


Ignore:
Timestamp:
03/18/2009 02:43:45 AM (17 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r10774 r10810  
    329329        $value = $wpdb->escape($value);
    330330        if ( !empty($insert) )
    331             $insert .= ', '; 
     331            $insert .= ', ';
    332332        $insert .= "('$option', '$value', '$autoload')";
    333333    }
Note: See TracChangeset for help on using the changeset viewer.