* @copyright Copyright (c) 2009-2012, Edward Caissie */ /** Do not delete these lines */ if ( ! empty( $_SERVER['SCRIPT_FILENAME'] ) && 'comments.php' == basename( $_SERVER['SCRIPT_FILENAME'] ) ) die ( __( 'Please do not load this page directly. Thanks!', 'groundfloor' ) ); if ( post_password_required() ) { ?>

user_id == 1 ) { /** Default Administrator Account */ $userid = "administrator user-id-1"; } else { /** All other users - NB: user-id-0 -> non-registered user */ $userid = "user-id-" . ( $comment->user_id ); } $classes[] = $userid; return $classes; } add_filter( 'comment_class', 'comment_add_userid' ); ?>

comment_status ) : /** If comments are open, but there are no comments. */ else : /** comments are closed */ endif; endif; comment_form(); ?>