Changeset 11376 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php
- Timestamp:
- 12/15/2021 07:16:14 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/user-content.php
r10326 r11376 255 255 /* translators: 1: user profile link, 2: accessibility text, 3: user name, 4: logout URL */ 256 256 __( '<a href="%1$s" aria-label="%2$s">Logged in as %3$s</a>. <a href="%4$s">Log out?</a>' ), 257 'https://profiles.wordpress.org/' . esc_attr( $user_identity->user_nicename ) ,257 'https://profiles.wordpress.org/' . esc_attr( $user_identity->user_nicename ) . '/', 258 258 /* translators: %s: user name */ 259 259 esc_attr( sprintf( __( 'Logged in as %s. Edit your profile.' ), $user_identity->display_name ) ),
Note: See TracChangeset
for help on using the changeset viewer.