Making WordPress.org

Changeset 14295


Ignore:
Timestamp:
12/16/2024 10:47:54 PM (14 months ago)
Author:
tellyworth
Message:

wporg-login: Fix punctuation on registration screen.

File:
1 edited

Legend:

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

    r14098 r14295  
    113113                printf(
    114114                    /* translators: %s: List of linked policies, for example: <a>Privacy Policy</a> and <a>Terms of Service</a> */
    115                     _n( 'I have read and accept the %s.', 'I have read and accept the %s.', 1, 'wporg' ),
     115                    _n( 'I have read and accept the %s', 'I have read and accept the %s', 1, 'wporg' ),
    116116                    wp_sprintf_l( '%l', [
    117117                        "<a href='https://{$localised_domain}/about/privacy/'>" . __( 'Privacy Policy', 'wporg' ) . '</a>',
Note: See TracChangeset for help on using the changeset viewer.