Changeset 32259 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 04/21/2015 11:35:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r32245 r32259 425 425 $classes[] = 'byuser'; 426 426 $classes[] = 'comment-author-' . sanitize_html_class( $user->user_nicename, $comment->user_id ); 427 428 // If a comment author is also a member of the site (multisite).429 if ( is_user_member_of_blog( $comment->user_id ) ) {430 $classes[] = 'bysiteuser';431 }432 433 427 // For comment authors who are the author of the post 434 428 if ( $post = get_post($post_id) ) {
Note: See TracChangeset
for help on using the changeset viewer.