Changeset 4363 for trunk/includes/users/template-tags.php
- Timestamp:
- 11/08/2012 10:24:15 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/users/template-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/users/template-tags.php
r4352 r4363 1392 1392 1393 1393 // Add links if not anonymous 1394 if ( empty( $anonymous ) ) {1394 if ( empty( $anonymous ) && bbp_user_has_profile( $user_id ) ) { 1395 1395 foreach ( $author_links as $link_text ) { 1396 1396 $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.