Ticket #7363: 7363-bp-core-userlink.patch
File 7363-bp-core-userlink.patch, 649 bytes (added by , 8 years ago) |
---|
-
src/bp-members/bp-members-functions.php
522 522 * @param string $value Link text based on passed parameters. 523 523 * @param int $user_id ID of the user to check. 524 524 */ 525 return apply_filters( 'bp_core_get_userlink', '<a href="' . $url . '" title="' . $display_name . '">' . $display_name . '</a>', $user_id );525 return apply_filters( 'bp_core_get_userlink', '<a href="' . $url . '">' . $display_name . '</a>', $user_id ); 526 526 } 527 527 528 528 /**