Changeset 36542
- Timestamp:
- 02/16/2016 11:49:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r36514 r36542 973 973 974 974 // No point if we can't get the DB column lengths 975 if ( $col_length === false) {975 if ( is_wp_error( $col_length ) ) { 976 976 break; 977 977 }
Note: See TracChangeset
for help on using the changeset viewer.