From 10640611f6a6cfc4164ae1eb02b05f91b1d45e7a Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 21 Apr 2015 14:19:58 +0000 Subject: [PATCH] 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 --- src/wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 0e1e3613a6..6c89b56ed1 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -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