Shhhh
git-svn-id: https://develop.svn.wordpress.org/trunk@2156 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
44451b7e80
commit
dac0c05dc3
@ -106,7 +106,7 @@ CREATE TABLE $wpdb->posts (
|
||||
post_title text NOT NULL,
|
||||
post_category int(4) NOT NULL default '0',
|
||||
post_excerpt text NOT NULL,
|
||||
post_status enum('publish','draft','private','static') NOT NULL default 'publish',
|
||||
post_status enum('publish','draft','private','static','object') NOT NULL default 'publish',
|
||||
comment_status enum('open','closed','registered_only') NOT NULL default 'open',
|
||||
ping_status enum('open','closed') NOT NULL default 'open',
|
||||
post_password varchar(20) NOT NULL default '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user