Make WordPress Core


Ignore:
Timestamp:
05/03/2005 07:52:11 AM (20 years ago)
Author:
matt
Message:

Use CURL if available, possible fix for http://mosquito.wordpress.org/view.php?id=1166

File:
1 edited

Legend:

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

    r2393 r2581  
    216216    add_option('rss_language', 'en');
    217217    add_option('html_type', 'text/html');
     218    // 1.5.1
     219    add_option('use_trackback', 0);
    218220
    219221    // Delete unused options
Note: See TracChangeset for help on using the changeset viewer.