On 7/9/06, Rob Miller <[EMAIL PROTECTED]> wrote:

<?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 */

That did do the trick. Disabled the plug-in and added that logic and
the error went bye bye. Thanks for the suggestion.

--
Scott Jarkoff
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to