@since: bbPress (r2553) |
Description |
---|---|
bbp_reply_topic_title() |
Output the topic title a reply belongs to |
bbp_get_reply_topic_title() |
Return the topic title a reply belongs to |
bbp_reply_topic_id() |
Output the topic id a reply belongs to |
bbp_get_reply_topic_id() |
Return the topic id a reply belongs to |
bbp_reply_title() |
Output the title of the reply |
bbp_get_reply_title() |
Return the title of the reply |
bbp_reply_content() |
Output the content of the reply |
bbp_reply_permalink() |
Output the link to the reply in the reply loop |
bbp_get_reply_permalink() |
Return the link to the reply |
bbp_has_replies() |
The main reply loop. WordPress makes this easy for us |