Making WordPress.org


Ignore:
Timestamp:
11/03/2019 01:14:01 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: Add rel="nofollow" to the login link in "You must be logged in to submit a review" message.

Props jonoaldersonwp.
Fixes #4812.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php

    r8435 r9251  
    270270                printf(
    271271                    /* translators: %s: login URL */
    272                     __( 'You must be <a href="%s">logged in</a> to submit a review.', 'wporg-forums' ),
     272                    __( 'You must be <a href="%s" rel="nofollow">logged in</a> to submit a review.', 'wporg-forums' ),
    273273                    add_query_arg(
    274274                        'redirect_to',
     
    360360            printf(
    361361                /* translators: %s: login URL */
    362                 __( 'You must be <a href="%s">logged in</a> to submit a review.', 'wporg-forums' ),
     362                __( 'You must be <a href="%s" rel="nofollow">logged in</a> to submit a review.', 'wporg-forums' ),
    363363                add_query_arg(
    364364                    'redirect_to',
Note: See TracChangeset for help on using the changeset viewer.