Make WordPress Core

Ticket #881: 881b.diff

File 881b.diff, 693 bytes (added by Nazgul, 18 years ago)
  • wp-admin/upgrade-schema.php

     
    103103  post_status enum('publish','draft','private','static','object','attachment','inherit','future') NOT NULL default 'publish',
    104104  comment_status enum('open','closed','registered_only') NOT NULL default 'open',
    105105  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 '',
    107107  post_name varchar(200) NOT NULL default '',
    108108  to_ping text NOT NULL,
    109109  pinged text NOT NULL,