Skip to:
Content

bbPress.org

Ticket #1999: user-details.patch

File user-details.patch, 900 bytes (added by alex-ye, 13 years ago)
  • user-details.php

    # 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.
     
    1515                <div id="bbp-user-avatar">
    1616
    1717                        <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">
    1919                                        <?php echo get_avatar( bbp_get_displayed_user_field( 'user_email' ), apply_filters( 'bbp_single_user_details_avatar_size', 150 ) ); ?>
    2020                                </a>
    2121                        </span>