Skip to content

Commit 8217760

Browse files
committed
Update
1 parent 1df2832 commit 8217760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/class-contextual-help.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private function load_help_sidebar() {
7272
'https://codesnippets.pro' => __( 'Plugin Website', 'code-snippets' ),
7373
];
7474

75-
$contents = '<p><strong>' . esc_html__( 'For more information:', 'code-snippets' ) . "</strong></p>\n";
75+
$contents = sprintf( "<p><strong>%s</strong></p>\n", esc_html__( 'For more information:', 'code-snippets' ) );
7676

7777
foreach ( $sidebar_links as $url => $label ) {
7878
$contents .= "\n" . sprintf( '<p><a href="%s">%s</a></p>', esc_url( $url ), esc_html( $label ) );

0 commit comments

Comments
 (0)