Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (17 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install-helper.php

    r8687 r10150  
    1818 * if (check_column($wpdb->comments, 'comment_author', 'tinytext'))
    1919 *     echo "ok\n";
    20  * 
     20 *
    2121 * $error_count = 0;
    2222 * $tablename = $wpdb->links;
     
    2626 *     $q = $wpdb->query($ddl);
    2727 * }
    28  * 
     28 *
    2929 * if (check_column($wpdb->links, 'link_description', 'varchar(255)')) {
    3030 *     $res .= $tablename . ' - ok <br />';
Note: See TracChangeset for help on using the changeset viewer.