Ticket #881: 881b.diff
File 881b.diff, 693 bytes (added by , 18 years ago) |
---|
-
wp-admin/upgrade-schema.php
103 103 post_status enum('publish','draft','private','static','object','attachment','inherit','future') NOT NULL default 'publish', 104 104 comment_status enum('open','closed','registered_only') NOT NULL default 'open', 105 105 ping_status enum('open','closed') NOT NULL default 'open', 106 post_password varchar( 20) NOT NULL default '',106 post_password varchar(64) NOT NULL default '', 107 107 post_name varchar(200) NOT NULL default '', 108 108 to_ping text NOT NULL, 109 109 pinged text NOT NULL,