' .
' ' . ( $req ? '*' : '' ) .
'
',
'email' => '' .
sprintf
( '%s
%s.
%s',
__('Logged in as', 'agama'), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ),
__('Log out of this account', 'agama'), __('Log out?', 'agama')
) . '
',
'comment_notes_after' => '' .
sprintf
( '%s
HTML %s: %s',
__( 'You may use these', 'agama' ), __( 'tags and attributes', 'agama' ), '
' . allowed_tags() . ''
) . '
',
);
comment_form( $comment_args ); ?>