Making WordPress.org

Changeset 4057


Ignore:
Timestamp:
09/14/2016 03:42:49 PM (9 years ago)
Author:
coffee2code
Message:

Support Forums: Add space character between ratings-related strings.

File:
1 edited

Legend:

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

    r4002 r4057  
    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.' ),
     175                    __( 'You must %s to submit a review. You can also log in or register using the form near the top of this page.' ),
    176176                    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' ) ) );
    177177                echo '</span>';
     
    225225            echo '<p>';
    226226            printf(
    227             __( 'You must %s to submit a review.You can also log in or register using the form near the top of this page.' ),
     227            __( 'You must %s to submit a review. You can also log in or register using the form near the top of this page.' ),
    228228            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' ) ) );
    229229            echo '</p>';
Note: See TracChangeset for help on using the changeset viewer.