# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: \templates\default\bbpress
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 15 | 15 | <div id="bbp-user-avatar"> |
| 16 | 16 | |
| 17 | 17 | <span class='vcard'> |
| 18 | | <a class="url fn n" href="<?php bbp_user_profile_url(); ?>" title="<?php bbp_displayed_user_field( 'display_name' ); ?>" rel="me"> |
| | 18 | <a class="url fn n" href="<?php bbp_user_profile_url(); ?>" title="<?php echo esc_attr( bbp_get_displayed_user_field( 'display_name' ) ); ?>" rel="me"> |
| 19 | 19 | <?php echo get_avatar( bbp_get_displayed_user_field( 'user_email' ), apply_filters( 'bbp_single_user_details_avatar_size', 150 ) ); ?> |
| 20 | 20 | </a> |
| 21 | 21 | </span> |