Make WordPress Core


Ignore:
Timestamp:
02/02/2005 01:58:14 PM (21 years ago)
Author:
emc3
Message:

Typo fix

File:
1 edited

Legend:

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

    r2200 r2207  
    66  cat_name varchar(55) NOT NULL default '',
    77  category_nicename varchar(200) NOT NULL default '',
    8   category_description lengtext NOT NULL,
     8  category_description longtext NOT NULL,
    99  category_parent int(4) NOT NULL default '0',
    1010  PRIMARY KEY  (cat_ID),
Note: See TracChangeset for help on using the changeset viewer.