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:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user