Changeset 14295
- Timestamp:
- 12/16/2024 10:47:54 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register.php
r14098 r14295 113 113 printf( 114 114 /* 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' ), 116 116 wp_sprintf_l( '%l', [ 117 117 "<a href='https://{$localised_domain}/about/privacy/'>" . __( 'Privacy Policy', 'wporg' ) . '</a>',
Note: See TracChangeset
for help on using the changeset viewer.