openid_test_html_openid2()Menu callback; regular HTML page with OpenID 2.0 <link> element.
modules/openid/tests/openid_test.module, line 146
<?php
function openid_test_html_openid2() {
drupal_add_html_head_link(array('rel' => 'openid2.provider', 'href' => url('openid-test/endpoint', array('absolute' => TRUE))));
return t('This page includes a <link rel=...> element containing the URL of an OpenID Provider Endpoint.');
}
?>