Skip to:
Content

bbPress.org

Changeset 7121


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

Formatting: remove extra double quote in bbp_make_mentions_clickable_callback().

In trunk, for 2.7.

Props peterkueger.

Fixes #3390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/common/formatting.php

    r7083 r7121  
    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.