Definition:
function comments_link_feed() {}
Outputs the link to the comments for the current post in an xml safe way
Source code
function comments_link_feed() { echo esc_url( get_comments_link() ); }
645
Definition:
function comments_link_feed() {}
function comments_link_feed() { echo esc_url( get_comments_link() ); }
645
No comments yet... Be the first to leave a reply!