Changeset 7238
- Timestamp:
- 05/25/2018 12:40:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/inc/privacy-functions.php
r7225 r7238 42 42 $error_message = sprintf( 43 43 /* translators: %s: link to the Login form */ 44 __( 'The provided email address belongs to a different WordPress.org account. Please <a href="%s">log in to the account first</a>.', 'wporg' ),44 __( 'The provided email address belongs to a different WordPress.org account. Please <a href="%s">log in to the account first</a>.', 'wporg' ), 45 45 wp_logout_url( wp_login_url( get_permalink() ) ) 46 46 ); … … 48 48 $error_message = sprintf( 49 49 /* translators: %s: link to the Login form */ 50 __( 'The provided email address belongs to a WordPress.org account. Please <a href="%s">log in to the account first</a>.', 'wporg' ),50 __( 'The provided email address belongs to a WordPress.org account. Please <a href="%s">log in to the account first</a>.', 'wporg' ), 51 51 wp_login_url( get_permalink() ) 52 52 );
Note: See TracChangeset
for help on using the changeset viewer.