Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/12/2020 02:06:16 PM (4 years ago)
Author:
johnjamesjacoby
Message:

Formatting: remove extra double quote in bbp_make_mentions_clickable_callback().

In branches/2.6, for 2.6.6.

Props peterkueger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/src/includes/common/formatting.php

    r7082 r7120  
    508508
    509509    // Create the link to the user's profile
    510     $html   = '<a href="%1$s"' . $class . '">%2$s</a>';
     510    $html   = '<a href="%1$s"' . $class . '>%2$s</a>';
    511511    $url    = bbp_get_user_profile_url( $user->ID );
    512512    $anchor = sprintf( $html, esc_url( $url ), esc_html( $matches[0] ) );
Note: See TracChangeset for help on using the changeset viewer.