Making WordPress.org


Ignore:
Timestamp:
02/05/2020 05:43:15 AM (5 years ago)
Author:
dd32
Message:

Plugin Directory: Add ugc to rel="nofollow" links in user supplied content.

Props diddledan.
Fixes #4958.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-donate.php

    r4223 r9470  
    3737            <p class="aside"><?php _e( 'Would you like to support the advancement of this plugin?', 'wporg-plugins' ); ?></p>
    3838            <p>
    39                 <a class="button button-secondary" href="<?php echo esc_url( $donate_link ); ?>" rel="nofollow">
     39                <a class="button button-secondary" href="<?php echo esc_url( $donate_link ); ?>" rel="nofollow ugc">
    4040                    <?php _e( 'Donate to this plugin', 'wporg-plugins' ); ?>
    4141                </a>
Note: See TracChangeset for help on using the changeset viewer.