Changeset 34454 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 09/23/2015 02:08:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r34308 r34454 434 434 global $comment_alt, $comment_depth, $comment_thread_alt; 435 435 436 $comment = get_comment($comment_id);437 438 436 $classes = array(); 437 438 $comment = get_comment( $comment_id ); 439 if ( ! $comment ) { 440 return $classes; 441 } 439 442 440 443 // Get the comment type (comment, trackback),
Note: See TracChangeset
for help on using the changeset viewer.