Skip to content

Commit c019728

Browse files
committed
Remove unneeded comma
1 parent f58a588 commit c019728

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 %1$s, "%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)