Making WordPress.org

Changeset 4059


Ignore:
Timestamp:
09/14/2016 04:01:12 PM (9 years ago)
Author:
coffee2code
Message:

Support Forums: Remove ratings form verbiage for logged-out users suggesting a login form at the top of the page.

The text was a vestige of the old support forums.

File:
1 edited

Legend:

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

    r4058 r4059  
    173173                echo '<span class="reviews-need-login">';
    174174                printf(
    175                     __( 'You must %s to submit a review. You can also log in or register using the form near the top of this page.' ),
    176                     sprintf( '<a href="https://login.wordpress.org/">%s</a>', esc_html_x( 'log in', 'verb: You must log in to submit a review.', 'wporg-forums' ) ) );
     175                    __( 'You must %s to submit a review.' ),
     176                    sprintf( '<a href="https://login.wordpress.org/">%s</a>', esc_html_x( 'log in or register', 'verb: You must log in or register to submit a review.', 'wporg-forums' ) ) );
    177177                echo '</span>';
    178178            }
     
    223223            echo '<p>';
    224224            printf(
    225             __( 'You must %s to submit a review. You can also log in or register using the form near the top of this page.' ),
    226             sprintf( '<a href="https://login.wordpress.org/">%s</a>', esc_html_x( 'log in', 'verb: You must log in to submit a review.', 'wporg-forums' ) ) );
     225            __( 'You must %s to submit a review.' ),
     226            sprintf( '<a href="https://login.wordpress.org/">%s</a>', esc_html_x( 'log in or register', 'verb: You must log in or register to submit a review.', 'wporg-forums' ) ) );
    227227            echo '</p>';
    228228            return;
Note: See TracChangeset for help on using the changeset viewer.