Ticket #41970: remove-unused-variable.patch
| File remove-unused-variable.patch, 534 bytes (added by , 8 years ago) |
|---|
-
upgrade.php
1591 1591 * @ignore 1592 1592 * @since 4.3.0 1593 1593 * 1594 * @global int $wp_current_db_version Current version.1595 1594 * @global wpdb $wpdb WordPress database abstraction object. 1596 1595 */ 1597 1596 function upgrade_430_fix_comments() { 1598 global $wp _current_db_version, $wpdb;1597 global $wpdb; 1599 1598 1600 1599 $content_length = $wpdb->get_col_length( $wpdb->comments, 'comment_content' ); 1601 1600