Changeset 5180 for trunk/includes/users/template.php
- Timestamp:
- 11/24/2013 09:46:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/users/template.php
r5156 r5180 1654 1654 // Assemble some link bits 1655 1655 $link_title = !empty( $r['link_title'] ) ? ' title="' . $r['link_title'] . '"' : ''; 1656 $author_url = bbp_get_user_profile_url( $user_id );1657 1656 $anonymous = bbp_is_reply_anonymous( $r['post_id'] ); 1658 1657 … … 1669 1668 // Add links if not anonymous 1670 1669 if ( empty( $anonymous ) && bbp_user_has_profile( $user_id ) ) { 1670 $author_url = bbp_get_user_profile_url( $user_id ); 1671 1671 foreach ( $author_links as $link_text ) { 1672 1672 $author_link[] = sprintf( '<a href="%1$s"%2$s>%3$s</a>', $author_url, $link_title, $link_text );
Note: See TracChangeset
for help on using the changeset viewer.