Changeset 9039
- Timestamp:
- 09/30/2008 07:49:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r9015 r9039 471 471 for ( $i = 0; $i < $count; $i++ ) { 472 472 $type = $comments[$i]->comment_type; 473 if ( empty($type) ) 474 $type = 'comment'; 473 475 $comments_by_type[$type][] = &$comments[$i]; 474 476 if ( 'trackback' == $type || 'pingback' == $type )
Note: See TracChangeset
for help on using the changeset viewer.