Make WordPress Core

Ticket #21435: 21435.diff

File 21435.diff, 868 bytes (added by pento, 10 years ago)
  • src/wp-admin/includes/schema.php

     
    101101  KEY comment_post_ID (comment_post_ID),
    102102  KEY comment_approved_date_gmt (comment_approved,comment_date_gmt),
    103103  KEY comment_date_gmt (comment_date_gmt),
     104  KEY comment_author (comment_author(255)),
    104105  KEY comment_parent (comment_parent)
    105106) $charset_collate;
    106107CREATE TABLE $wpdb->links (
  • src/wp-includes/version.php

     
    1111 *
    1212 * @global int $wp_db_version
    1313 */
    14 $wp_db_version = 26691;
     14$wp_db_version = 26692;
    1515
    1616/**
    1717 * Holds the TinyMCE version