Changeset 10150 for trunk/wp-admin/install-helper.php
- Timestamp:
- 12/09/2008 06:03:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/install-helper.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install-helper.php
r8687 r10150 18 18 * if (check_column($wpdb->comments, 'comment_author', 'tinytext')) 19 19 * echo "ok\n"; 20 * 20 * 21 21 * $error_count = 0; 22 22 * $tablename = $wpdb->links; … … 26 26 * $q = $wpdb->query($ddl); 27 27 * } 28 * 28 * 29 29 * if (check_column($wpdb->links, 'link_description', 'varchar(255)')) { 30 30 * $res .= $tablename . ' - ok <br />';
Note: See TracChangeset
for help on using the changeset viewer.