%s %s',
__( 'Quote from Hello Dolly song, by Jerry Herman:' ),
$lang,
$chosen
);
}
// Now we set that function up to execute when the admin_notices action is called.
add_action( 'admin_notices', 'uokvirime' );
// We need some CSS to position the paragraph.
function uokvirime_css() {
echo "
";
}
add_action( 'admin_head', 'uokvirime_css' );