Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (17 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

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

    r4334 r4495  
    224224        add_option('upload_path', 'wp-content/uploads');
    225225    }
    226    
     226
    227227    // 2.0.3
    228228    add_option('secret', md5(uniqid(microtime())));
Note: See TracChangeset for help on using the changeset viewer.