Make WordPress Core

Ticket #21435: 21435.3.diff

File 21435.3.diff, 974 bytes (added by nacin, 9 years ago)

Updated for whitespace

  • 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_parent (comment_parent)
     104  KEY comment_parent (comment_parent),
     105  KEY comment_author_email (comment_author_email(10))
    105106) $charset_collate;
    106107CREATE TABLE $wpdb->links (
    107108  link_id bigint(20) unsigned NOT NULL auto_increment,
  • src/wp-includes/version.php

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