Changeset 32431 for branches/4.1/src/wp-admin/includes/upgrade.php
- Timestamp:
- 05/06/2015 11:12:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/src/wp-admin/includes/upgrade.php
r32419 r32431 1350 1350 if ( $wp_current_db_version < 30135 ) { 1351 1351 $content_length = $wpdb->get_col_length( $wpdb->comments, 'comment_content' ); 1352 1353 if ( is_wp_error( $content_length ) ) { 1354 return; 1355 } 1356 1352 1357 if ( false === $content_length ) { 1353 1358 $content_length = array(
Note: See TracChangeset
for help on using the changeset viewer.