Making WordPress.org


Ignore:
Timestamp:
04/14/2021 05:14:41 AM (4 years ago)
Author:
dd32
Message:

Login: Add a translator comment to the ToS/Privacy policy checkbox.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register.php

    r10901 r10904  
    104104                $localised_domain = parse_url( wporg_login_wordpress_url(), PHP_URL_HOST );
    105105                printf(
    106                     __( 'I have read and accept the %s.', 'wporg' ),
     106                    /* translators: %s: List of linked policies, for example: <a>Privacy Policy</a> and <a>Terms of Service</a> */
     107                    _n( 'I have read and accept the %s.', 'I have read and accept the %s.', 1, 'wporg' ),
    107108                    wp_sprintf_l( '%l', [
    108109                        "<a href='https://{$localised_domain}/about/privacy/'>" . __( 'Privacy Policy', 'wporg' ) . '</a>',
Note: See TracChangeset for help on using the changeset viewer.