add_action ( 'wp_head', 'sir_terry' );
function sir_terry()
{
$clacks="<meta http-equiv=\"X-Clacks-Overhead\" content=\"GNU Terry Pratchett\" />";
echo $clacks;
}
add_action ( 'wp_head', 'sir_terry' );
function sir_terry()
{
$clacks="<meta http-equiv=\"X-Clacks-Overhead\" content=\"GNU Terry Pratchett\" />";
echo $clacks;
}