- Timestamp:
- 04/28/2024 10:08:00 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/blogs/confirm.php
r13530 r13820 19 19 sprintf( 20 20 /* translators: %s: the link of the new site */ 21 __( '%s is your new site.', 'buddypress' ),21 esc_html__( '%s is your new site.', 'buddypress' ), 22 22 sprintf( '<a href="%s">%s</a>', esc_url( $args['blog_url'] ), esc_url( $args['blog_url'] ) ) 23 23 ), 24 24 sprintf( 25 /* translators: 1: Login URL, 2: User name */26 __( '<a href="%1$s">Log in</a>as "%2$s" using your existing password.', 'buddypress' ),27 esc_url( $args['login_url'] ),25 /* translators: 1: Login link, 2: User name */ 26 esc_html__( '%1$s as "%2$s" using your existing password.', 'buddypress' ), 27 '<a href="' . esc_url( $args['login_url'] ) . '">' . esc_html__( 'Log in', 'buddypress' ) . '</a>', 28 28 esc_html( $args['user_name'] ) 29 29 )
Note: See TracChangeset
for help on using the changeset viewer.