Make WordPress Core


Ignore:
Timestamp:
02/01/2005 09:52:36 AM (21 years ago)
Author:
saxmatt
Message:

Dashboard and option tweaks

File:
1 edited

Legend:

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

    r2166 r2192  
    7373  option_can_override enum('Y','N') NOT NULL default 'Y',
    7474  option_type int(11) NOT NULL default '1',
    75   option_value text NOT NULL,
     75  option_value longtext NOT NULL,
    7676  option_width int(11) NOT NULL default '20',
    7777  option_height int(11) NOT NULL default '8',
Note: See TracChangeset for help on using the changeset viewer.