Changeset 11800 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
- Timestamp:
- 04/27/2022 06:46:42 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r11799 r11800 504 504 'must_change_password' => sprintf( 505 505 /* translators: %s: <code>password reset help queue.</code> */ 506 __( '<strong>Error:</strong> Your password needs to be changed. Please check your email for a link to set a new password. Please contact %s if you are unable to access your accounts registered email.', 'wporg' ),506 __( "<strong>Error:</strong> Your password needs to be changed. Please check your email for a link to set a new password. Please contact %s if you are unable to access your account's registered email.", 'wporg' ), 507 507 '<code>' . $sso::SUPPORT_EMAIL . '</code>' 508 508 )
Note: See TracChangeset
for help on using the changeset viewer.