Changeset 5120 for trunk/includes/replies/template.php
- Timestamp:
- 10/04/2013 06:35:56 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/replies/template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/template.php
r5072 r5120 889 889 890 890 /** 891 * Deprecated. Use bbp_reply_author_display_name() instead. 892 * 891 893 * Output the author of the reply 892 894 * 893 895 * @since bbPress (r2667) 896 * @deprecated bbPress (r5119) 894 897 * 895 898 * @param int $reply_id Optional. Reply id … … 900 903 } 901 904 /** 905 * Deprecated. Use bbp_get_reply_author_display_name() instead. 906 * 902 907 * Return the author of the reply 903 908 * 904 909 * @since bbPress (r2667) 910 * @deprecated bbPress (r5119) 905 911 * 906 912 * @param int $reply_id Optional. Reply id … … 1081 1087 * @uses bbp_is_reply_anonymous() To check if the reply is by an 1082 1088 * anonymous user 1083 * @uses bbp_get_reply_author() To get the reply author name1084 1089 * @uses bbp_get_reply_author_url() To get the reply author url 1085 1090 * @uses bbp_get_reply_author_avatar() To get the reply author avatar
Note: See TracChangeset
for help on using the changeset viewer.