Changeset 3813 for branches/2.0/wp-admin/upgrade-schema.php
- Timestamp:
- 05/31/2006 05:01:09 AM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/upgrade-schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/upgrade-schema.php
r3453 r3813 230 230 add_option('upload_path', 'wp-content/uploads'); 231 231 } 232 233 // 2.0.3 234 add_option('secret', md5(uniqid(microtime()))); 232 235 233 236 // Delete unused options
Note: See TracChangeset
for help on using the changeset viewer.