Changeset 32434 for branches/3.8/src/wp-admin/includes/upgrade.php
- Timestamp:
- 05/06/2015 11:14:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8/src/wp-admin/includes/upgrade.php
r32422 r32434 1306 1306 if ( $wp_current_db_version < 26694 ) { 1307 1307 $content_length = $wpdb->get_col_length( $wpdb->comments, 'comment_content' ); 1308 1309 if ( is_wp_error( $content_length ) ) { 1310 return; 1311 } 1312 1308 1313 if ( false === $content_length ) { 1309 1314 $content_length = array(
Note: See TracChangeset
for help on using the changeset viewer.