bbp_reply_move_link( array $args = array() )
Move reply link
Description Description
Output the move link of the reply
Parameters Parameters
- $args
-
(Optional) See bbp_get_reply_move_link()
Default value: array()
Source Source
File: includes/replies/template.php
function bbp_reply_move_link( $args = array() ) { echo bbp_get_reply_move_link( $args ); }
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |