File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ public static function add_html_header() {
124124<link rel="alternate" type="<?php echo esc_attr ( feed_content_type ( 'mf2 ' ) ); ?> " href="<?php echo esc_url ( get_post_comments_feed_link ( null , 'mf2 ' ) ); ?> " />
125125<link rel="alternate" type="<?php echo esc_attr ( feed_content_type ( 'jf2 ' ) ); ?> " href="<?php echo esc_url ( get_post_comments_feed_link ( null , 'jf2 ' ) ); ?> " />
126126 <?php
127- } elseif ( is_home () ) {
127+ } elseif ( ) {
128128 ?>
129129<link rel="alternate" type="<?php echo esc_attr ( feed_content_type ( 'mf2 ' ) ); ?> " href="<?php echo esc_url ( get_feed_link ( 'mf2 ' ) ); ?> " />
130- <link rel="alternate" type="<?php echo esc_attr ( feed_content_type ( 'jf2 ' ) ); ?> " href="<?php echo esc_url ( get_feed_link ( 'jf2 ' ) ); ?> " />
130+ <link rel="alternate" type="<?php echo esc_attr ( feed_content_type ( 'jf2feed ' ) ); ?> " href="<?php echo esc_url ( get_feed_link ( 'jf2 ' ) ); ?> " />
131131 <?php
132132 }
133133 }
You can’t perform that action at this time.
0 commit comments