File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ public static function html_header() {
33
33
}
34
34
35
35
printf ( '<link rel="webmention" href="%s" /> ' . PHP_EOL , get_webmention_endpoint () );
36
- // backwards compatibility with v0.1
37
- printf ( '<link rel="http://webmention.org/" href="%s" /> ' . PHP_EOL , get_webmention_endpoint () );
38
36
}
39
37
40
38
/**
@@ -46,8 +44,6 @@ public static function http_header() {
46
44
}
47
45
48
46
header ( sprintf ( 'Link: <%s>; rel="webmention" ' , get_webmention_endpoint () ), false );
49
- // backwards compatibility with v0.1
50
- header ( sprintf ( 'Link: <%s>; rel="http://webmention.org/" ' , get_webmention_endpoint () ), false );
51
47
}
52
48
53
49
/**
@@ -58,11 +54,6 @@ public static function jrd_links( $array ) {
58
54
'rel ' => 'webmention ' ,
59
55
'href ' => get_webmention_endpoint (),
60
56
);
61
- // backwards compatibility with v0.1
62
- $ array ['links ' ][] = array (
63
- 'rel ' => 'http://webmention.org/ ' ,
64
- 'href ' => get_webmention_endpoint (),
65
- );
66
57
67
58
return $ array ;
68
59
}
You can’t perform that action at this time.
0 commit comments