Skip to content

Commit

Permalink
Update hello.php
Browse files Browse the repository at this point in the history
Updated Some whitespace.
  • Loading branch information
18pixels authored Dec 10, 2024
1 parent 2b49715 commit ce32e7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wp-content/plugins/hello.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function hello_dolly() {
if ( 'en_' !== substr( get_user_locale(), 0, 3 ) ) {
$lang = ' lang="en"';
}

printf(
'<p id="dolly"><span class="screen-reader-text">%s </span><span dir="ltr"%s>%s</span></p>',
__( 'Quote from Hello Dolly song, by Jerry Herman:' ),
Expand Down Expand Up @@ -96,5 +95,4 @@ function dolly_css() {
</style>
";
}

add_action( 'admin_head', 'dolly_css' );

0 comments on commit ce32e7a

Please sign in to comment.