Changeset 32432 for branches/4.0/src/wp-admin/includes/upgrade.php
- Timestamp:
- 05/06/2015 11:12:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/src/wp-admin/includes/upgrade.php
r32420 r32432 1348 1348 if ( $wp_current_db_version < 29632 ) { 1349 1349 $content_length = $wpdb->get_col_length( $wpdb->comments, 'comment_content' ); 1350 1351 if ( is_wp_error( $content_length ) ) { 1352 return; 1353 } 1354 1350 1355 if ( false === $content_length ) { 1351 1356 $content_length = array(
Note: See TracChangeset
for help on using the changeset viewer.