diff --git a/src/wp-content/plugins/hello.php b/src/wp-content/plugins/hello.php index ff55908342290..25e39a54aa0ae 100644 --- a/src/wp-content/plugins/hello.php +++ b/src/wp-content/plugins/hello.php @@ -56,7 +56,6 @@ function hello_dolly() { if ( 'en_' !== substr( get_user_locale(), 0, 3 ) ) { $lang = ' lang="en"'; } - printf( '
%s %s
', __( 'Quote from Hello Dolly song, by Jerry Herman:' ), @@ -96,5 +95,4 @@ function dolly_css() { "; } - add_action( 'admin_head', 'dolly_css' );