' . "\n";
echo '' . "\n";
echo '
' . "\n";
echo '' . "\n";
echo '' . "\n";
echo '' . "\n";
echo '' . "\n";
if ($doctype_html_head_title) // Add tag?
echo '' . $doctype_html_head_title . '' . "\n";
if ($doctype_html_head_action) // Add content from Hook?
do_action($doctype_html_head_action, get_defined_vars ());
echo '' . "\n";
return ob_get_clean ();
}
}
}