[wp-testers] svn 4005 killed 3 plugins

Rob Miller r at robm.me.uk
Sun Jul 9 00:40:16 GMT 2006


Scott Jarkoff wrote:
> On 7/9/06, Rob Miller <r at robm.me.uk> wrote:
>
>> Are you sure you don't have some kind of plugin installed that
>> highlights comments made by a registered user?
>
> Ah, indeed I am using the "official comments" plug-in. It can be found
> here: 
> http://inner.geek.nz/archives/2005/01/12/wp-plugin-official-comments/
>
>
Can you not just do it from your theme á la K2 amongst others?

<?php foreach ($comments as $comment) : ?>
    <li id="comment-<?php comment_ID() ?>" class="<?php if 
($comment->comment_author_email == get_the_author_email()) { echo 
'authorcomment'; } ?>">
    /* snip */

-- 
Rob Miller
http://robm.me.uk/ | http://kantian.co.uk/



More information about the wp-testers mailing list