removing meta info link rel="profile" href="http://gmpg.org/xfn/11"

This commit is contained in:
Jacob Haddon 2018-11-18 10:36:37 -05:00
parent 7785743fdf
commit c8bb789734

View File

@ -3,8 +3,6 @@
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php wp_title(); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>