Skip to:
Content

bbPress.org

Changeset 5245


Ignore:
Timestamp:
01/06/2014 07:09:15 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Fix variable variable in bbp_get_reply_author_link() causing incorrect title attribute. Fixes #2505. (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/replies/template.php

    r5180 r5245  
    12071207
    12081208            // Tweak link title if empty
    1209             if ( empty( $$r['link_title'] ) ) {
     1209            if ( empty( $r['link_title'] ) ) {
    12101210                $link_title = sprintf( empty( $anonymous ) ? __( 'View %s\'s profile', 'bbpress' ) : __( 'Visit %s\'s website', 'bbpress' ), bbp_get_reply_author_display_name( $reply_id ) );
    12111211
Note: See TracChangeset for help on using the changeset viewer.