| 473 | | /* translators: 1: home URL, 2: site address, 3: login URL, 4: username */ |
| 474 | | __( '<a href="%1$s">%2$s</a> is your new site. <a href="%3$s">Log in</a> as “%4$s” using your existing password.' ), |
| 475 | | esc_url( $home_url ), |
| 476 | | untrailingslashit( $domain . $path ), |
| | 473 | /* translators: 1: Link to new site, 2: login URL, 3: username */ |
| | 474 | __( '%1$s is your new site. <a href="%2$s">Log in</a> as “%3$s” using your existing password.' ), |
| | 475 | sprintf( |
| | 476 | '<a href="%1$s">%2$s</a>', |
| | 477 | esc_url( $home_url ), |
| | 478 | untrailingslashit( $domain . $path ) |
| | 479 | ), |