Skip to content

Commit

Permalink
Add a needless useless url escape for trusted data to satisfy the lin…
Browse files Browse the repository at this point in the history
…ter.
  • Loading branch information
dd32 authored Dec 19, 2024
1 parent f76a975 commit d063606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ public function manage_post_types_columns_output( $column, $post_id ) {
if ( $wporg_user ) {
printf(
'<a href="%s">%s</a>',
'https://profiles.wordpress.org/' . $wporg_user->user_nicename . '/',
esc_url( 'https://profiles.wordpress.org/' . $wporg_user->user_nicename . '/' ),
esc_html( $wporg_user->user_login )
);
}
Expand Down

0 comments on commit d063606

Please sign in to comment.