You appear to be a bot. Output may be restricted
Description
These are the lyrics to Hello Dolly
Usage
hello_dolly();
Parameters
Returns
void
Source
File name: hello-dolly/hello.php
Lines:
1 to 14 of 14
function hello_dolly() { $chosen = hello_dolly_get_lyric(); $lang = ''; 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:', 'hello-dolly' ), $lang, $chosen ); }