Skip to content

Commit 76080f5

Browse files
committed
Emphasise the username
1 parent c019728 commit 76080f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/oauth1-authorize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h2><?php echo esc_html( sprintf( __('Connect %1$s'), $consumer->post_title ) ) ?></h2>
1616
<p><?php
1717
printf(
18-
__( 'Howdy %1$s, "%2$s" would like to connect to %3$s.' ),
18+
__( 'Howdy <strong>%1$s</strong>, "%2$s" would like to connect to %3$s.' ),
1919
$current_user->user_login,
2020
$consumer->post_title,
2121
get_bloginfo( 'name' )

0 commit comments

Comments
 (0)