Changeset 32435
- Timestamp:
- 05/06/2015 11:14:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src/wp-admin/includes/upgrade.php
r32423 r32435 1291 1291 if ( $wp_current_db_version < 26151 ) { 1292 1292 $content_length = $wpdb->get_col_length( $wpdb->comments, 'comment_content' ); 1293 1294 if ( is_wp_error( $content_length ) ) { 1295 return; 1296 } 1297 1293 1298 if ( false === $content_length ) { 1294 1299 $content_length = array(
Note: See TracChangeset
for help on using the changeset viewer.