Changeset 6493 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions-restapi.php
- Timestamp:
- 01/31/2018 11:21:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions-restapi.php
r4536 r6493 31 31 return [ 32 32 'available' => false, 33 'error' => __( 'That username is already in use.', 'wporg -login' ) . '<br>' . __( 'Is it yours? <a href="/lostpassword">Reset your password</a>.', 'wporg-plugins' ),33 'error' => __( 'That username is already in use.', 'wporg' ) . '<br>' . __( 'Is it yours? <a href="/lostpassword">Reset your password</a>.', 'wporg' ), 34 34 'avatar' => get_avatar( $user, 64 ), 35 35 ]; … … 56 56 return [ 57 57 'available' => false, 58 'error' => __( 'That email address already has an account.', 'wporg -login' ) . '<br>' . __( 'Is it yours? <a href="/lostpassword">Reset your password</a>.', 'wporg-plugins' ),58 'error' => __( 'That email address already has an account.', 'wporg' ) . '<br>' . __( 'Is it yours? <a href="/lostpassword">Reset your password</a>.', 'wporg' ), 59 59 'avatar' => get_avatar( $user, 64 ), 60 60 ];
Note: See TracChangeset
for help on using the changeset viewer.