Changeset 6172
- Timestamp:
- 12/18/2016 04:41:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/includes/extend/buddypress/activity.php ¶
r6115 r6172 388 388 * @uses bbp_get_forum_permalink() 389 389 * @uses bbp_get_forum_title() 390 * @uses bp_create_excerpt()391 390 * @uses apply_filters() 392 391 * @return Bail early if topic is by anonymous user … … 538 537 * @uses bbp_get_forum_permalink() 539 538 * @uses bbp_get_forum_title() 540 * @uses bp_create_excerpt()541 539 * @uses apply_filters() 542 * @return Bail early if topic is by anony wous user540 * @return Bail early if topic is by anonymous user 543 541 */ 544 542 public function reply_create( $reply_id = 0, $topic_id = 0, $forum_id = 0, $anonymous_data = array(), $reply_author_id = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.