Changeset 32429 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 05/06/2015 11:10:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r32417 r32429 1449 1449 if ( $wp_current_db_version < 32364 ) { 1450 1450 $content_length = $wpdb->get_col_length( $wpdb->comments, 'comment_content' ); 1451 1452 if ( is_wp_error( $content_length ) ) { 1453 return; 1454 } 1455 1451 1456 if ( false === $content_length ) { 1452 1457 $content_length = array(
Note: See TracChangeset
for help on using the changeset viewer.