Making WordPress.org

Changeset 8464


Ignore:
Timestamp:
03/15/2019 02:26:32 PM (6 years ago)
Author:
Otto42
Message:

Support Forums: Nofollow website links in user profiles. Fixes #4284

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-profile.php

    r7818 r8464  
    107107            <p class="bbp-user-website"><?php
    108108            /* translators: %s: link to user's website */
    109             printf( esc_html__( 'Website: %s', 'wporg-forums' ), sprintf( '<a href="%s">%s</a>', esc_url( $website ), esc_html( $website ) ) );
     109            printf( esc_html__( 'Website: %s', 'wporg-forums' ), sprintf( '<a href="%s" rel="nofollow">%s</a>', esc_url( $website ), esc_html( $website ) ) );
    110110            ?></p>
    111111   
Note: See TracChangeset for help on using the changeset viewer.