Changeset 10904 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register.php
- Timestamp:
- 04/14/2021 05:14:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register.php
r10901 r10904 104 104 $localised_domain = parse_url( wporg_login_wordpress_url(), PHP_URL_HOST ); 105 105 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' ), 107 108 wp_sprintf_l( '%l', [ 108 109 "<a href='https://{$localised_domain}/about/privacy/'>" . __( 'Privacy Policy', 'wporg' ) . '</a>',
Note: See TracChangeset
for help on using the changeset viewer.