Make WordPress Core


Ignore:
Timestamp:
09/03/2007 11:32:58 PM (17 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

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

    r5967 r6026  
    335335
    336336    if ( ('0' === $metavalue || !empty ( $metavalue ) ) && ((('#NONE#' != $metakeyselect) && !empty ( $metakeyselect) ) || !empty ( $metakeyinput) ) ) {
    337         // We have a key/value pair. If both the select and the 
     337        // We have a key/value pair. If both the select and the
    338338        // input for the key have data, the input takes precedence:
    339339
     
    348348
    349349        $result = $wpdb->query( "
    350                         INSERT INTO $wpdb->postmeta 
    351                         (post_id,meta_key,meta_value ) 
     350                        INSERT INTO $wpdb->postmeta
     351                        (post_id,meta_key,meta_value )
    352352                        VALUES ('$post_ID','$metakey','$metavalue' )
    353353                    " );
Note: See TracChangeset for help on using the changeset viewer.