Changeset 11316
- Timestamp:
- 05/13/2009 07:04:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r11306 r11316 295 295 // For all registered users, 'byuser' 296 296 $classes[] = 'byuser'; 297 $classes[] = 'comment-author-' . $ user->user_id;297 $classes[] = 'comment-author-' . $comment->user_id; 298 298 // For comment authors who are the author of the post 299 299 if ( $post = get_post($post_id) ) {
Note: See TracChangeset
for help on using the changeset viewer.