Make WordPress Core

Changeset 32245


Ignore:
Timestamp:
04/21/2015 02:19:58 PM (10 years ago)
Author:
helen
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment-template.php

    r32037 r32245  
    428428        // If a comment author is also a member of the site (multisite).
    429429        if ( is_user_member_of_blog( $comment->user_id ) ) {
    430             $classes[] = 'comment-author-is-site-member';
     430            $classes[] = 'bysiteuser';
    431431        }
    432432
Note: See TracChangeset for help on using the changeset viewer.