Changeset 46972 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 12/17/2019 04:43:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r46662 r46972 1963 1963 * @since 4.3.0 1964 1964 * 1965 * @global int $wp_current_db_version The old (current) database version. 1966 * @global wpdb $wpdb WordPress database abstraction object. 1965 * @global wpdb $wpdb WordPress database abstraction object. 1967 1966 */ 1968 1967 function upgrade_430_fix_comments() { 1969 global $wp _current_db_version, $wpdb;1968 global $wpdb; 1970 1969 1971 1970 $content_length = $wpdb->get_col_length( $wpdb->comments, 'comment_content' );
Note: See TracChangeset
for help on using the changeset viewer.