Changeset 32245
- Timestamp:
- 04/21/2015 02:19:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r32037 r32245 428 428 // If a comment author is also a member of the site (multisite). 429 429 if ( is_user_member_of_blog( $comment->user_id ) ) { 430 $classes[] = ' comment-author-is-site-member';430 $classes[] = 'bysiteuser'; 431 431 } 432 432
Note: See TracChangeset
for help on using the changeset viewer.