comment_link example

$title = get_the_title( $comment_post->ID );
            /** This filter is documented in wp-includes/feed.php */
            $title = apply_filters( 'the_title_rss', $title );
            /* translators: Individual comment title. 1: Post title, 2: Comment author name. */
            printf( ent2ncr( __( 'Comment on %1$s by %2$s' ) )$titleget_comment_author_rss() );
        } else {
            /* translators: Comment author title. %s: Comment author name. */
            printf( ent2ncr( __( 'By: %s' ) )get_comment_author_rss() );
        }
        ?> </title> <link><?php comment_link(); ?></link> <dc:creator><![CDATA[<?php echo get_comment_author_rss(); ?>]]></dc:creator> <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_comment_time( 'Y-m-d H:i:s', true, false ), false ); ?></pubDate> <guid isPermaLink="false"><?php comment_guid(); ?></guid> <?php if ( post_password_required( $comment_post ) ) : ?> <description><?php echo ent2ncr( __( 'Protected Comments: Please enter your password to view comments.' ) ); ?></description> <content:encoded><![CDATA[<?php echo get_the_password_form(); ?>]]></content:encoded> <?php else : ?> <description><![CDATA[<?php comment_text_rss(); ?>]]></description> <content:encoded><![CDATA[<?php comment_text(); ?>]]></content:encoded>
$title = get_the_title( $comment_post->ID );
            /** This filter is documented in wp-includes/feed.php */
            $title = apply_filters( 'the_title_rss', $title );
            /* translators: Individual comment title. 1: Post title, 2: Comment author name. */
            printf( ent2ncr( __( 'Comment on %1$s by %2$s' ) )$titleget_comment_author_rss() );
        } else {
            /* translators: Comment author title. %s: Comment author name. */
            printf( ent2ncr( __( 'By: %s' ) )get_comment_author_rss() );
        }
        ?> </title> <link rel="alternate" href="<?php comment_link(); ?>" type="<?php bloginfo_rss( 'html_type' ); ?>" /> <author> <name><?php comment_author_rss(); ?></name> <?php             if ( get_comment_author_url() ) {
                echo '<uri>' . get_comment_author_url() . '</uri>';
            }
            ?> </author> <id>
Home | Imprint | This part of the site doesn't use cookies.