diff --git a/wp-content/plugins/hello-dolly/hello.php b/wp-content/plugins/hello-dolly/hello.php index c2ba387..ca3a89d 100644 --- a/wp-content/plugins/hello-dolly/hello.php +++ b/wp-content/plugins/hello-dolly/hello.php @@ -1,6 +1,6 @@ %s %s
', - __( 'Quote from Hello Dolly song, by Jerry Herman:', 'hello-dolly' ), - $lang, - $chosen - ); + printf( + '%s %s
', + __('Quote from Hello Dolly song, by Jerry Herman:', 'hello-dolly'), + $lang, + $chosen + ); } // Now we set that function up to execute when the admin_notices action is called. -add_action( 'admin_notices', 'hello_dolly' ); +add_action('admin_notices', 'hello_dolly'); // We need some CSS to position the paragraph. -function dolly_css() { - echo " +function dolly_css() +{ + echo "