Changeset 4363 for trunk/includes/replies/template-tags.php
- Timestamp:
- 11/08/2012 10:24:15 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/replies/template-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/template-tags.php
r4331 r4363 1040 1040 1041 1041 // Add links if not anonymous 1042 if ( empty( $anonymous ) ) {1042 if ( empty( $anonymous ) && bbp_user_has_profile( bbp_get_reply_author_id( $reply_id ) ) ) { 1043 1043 foreach ( $author_links as $link => $link_text ) { 1044 1044 $link_class = ' class="bbp-author-' . $link . '"';
Note: See TracChangeset
for help on using the changeset viewer.