bbp_reply_edit_link( mixed $args = '' )
Output the edit link of the reply
Description
Parameters
- $args
-
(Optional) See bbp_get_reply_edit_link()
Default value: ''
Source
File: bp-forums/replies/template.php
function bbp_reply_edit_link( $args = '' ) { echo bbp_get_reply_edit_link( $args ); }
Changelog
Version | Description |
---|---|
bbPress (r2740) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.