Changeset 2192 for trunk/wp-admin/upgrade-schema.php
- Timestamp:
- 02/01/2005 09:52:36 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade-schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade-schema.php
r2166 r2192 73 73 option_can_override enum('Y','N') NOT NULL default 'Y', 74 74 option_type int(11) NOT NULL default '1', 75 option_value text NOT NULL,75 option_value longtext NOT NULL, 76 76 option_width int(11) NOT NULL default '20', 77 77 option_height int(11) NOT NULL default '8',
Note: See TracChangeset
for help on using the changeset viewer.