Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@2207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
52f7a34456
commit
0d3d253fbe
|
@ -5,7 +5,7 @@ $wp_queries="CREATE TABLE $wpdb->categories (
|
|||
cat_ID int(4) NOT NULL auto_increment,
|
||||
cat_name varchar(55) NOT NULL default '',
|
||||
category_nicename varchar(200) NOT NULL default '',
|
||||
category_description lengtext NOT NULL,
|
||||
category_description longtext NOT NULL,
|
||||
category_parent int(4) NOT NULL default '0',
|
||||
PRIMARY KEY (cat_ID),
|
||||
KEY category_nicename (category_nicename)
|
||||
|
|
Loading…
Reference in New Issue