Ticket #21435: 21435.diff
File 21435.diff, 868 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/includes/schema.php
101 101 KEY comment_post_ID (comment_post_ID), 102 102 KEY comment_approved_date_gmt (comment_approved,comment_date_gmt), 103 103 KEY comment_date_gmt (comment_date_gmt), 104 KEY comment_author (comment_author(255)), 104 105 KEY comment_parent (comment_parent) 105 106 ) $charset_collate; 106 107 CREATE TABLE $wpdb->links ( -
src/wp-includes/version.php
11 11 * 12 12 * @global int $wp_db_version 13 13 */ 14 $wp_db_version = 2669 1;14 $wp_db_version = 26692; 15 15 16 16 /** 17 17 * Holds the TinyMCE version