Warning: This function has been deprecated. bbPress (r5119) instead.
bbp_reply_author( int $reply_id )
Deprecated. Use bbp_reply_author_display_name() instead.
Description Description
Output the author of the reply
Parameters Parameters
- $reply_id
-
(Optional) Reply id
Source Source
File: includes/replies/template.php
function bbp_reply_author( $reply_id = 0 ) { echo bbp_get_reply_author( $reply_id ); }
Changelog Changelog
Version | Description |
---|---|
2.5.0 | bbPress (r5119) |
2.0.0 | Introduced. |