Image uploading widget from skeltoac. fixes #1710

git-svn-id: http://svn.automattic.com/wordpress/trunk@2921 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2005-09-26 23:55:36 +00:00
parent a32bad283f
commit 7b0442ea12
6 changed files with 523 additions and 5 deletions

View File

@@ -119,6 +119,7 @@ CREATE TABLE $wpdb->posts (
post_parent bigint(20) NOT NULL default '0',
guid varchar(255) NOT NULL default '',
menu_order int(11) NOT NULL default '0',
post_type varchar(100) NOT NULL,
PRIMARY KEY (ID),
KEY post_name (post_name)
);