Comment: rename the `comment-author-is-site-member` class to `bysiteuser` for consistency.
Final decision on keeping the class yet to be made. props DrewAPicture. see #24054. git-svn-id: https://develop.svn.wordpress.org/trunk@32245 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8ae79e3d33
commit
10640611f6
|
@ -427,7 +427,7 @@ function get_comment_class( $class = '', $comment_id = null, $post_id = null ) {
|
|||
|
||||
// If a comment author is also a member of the site (multisite).
|
||||
if ( is_user_member_of_blog( $comment->user_id ) ) {
|
||||
$classes[] = 'comment-author-is-site-member';
|
||||
$classes[] = 'bysiteuser';
|
||||
}
|
||||
|
||||
// For comment authors who are the author of the post
|
||||
|
|
Loading…
Reference in New Issue