Skip to content
This repository was archived by the owner on May 23, 2018. It is now read-only.

Commit 68d5212

Browse files
committed
1 parent d10863d commit 68d5212

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

header.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
<meta charset="<?php bloginfo( 'charset' ); ?>">
1515
<meta name="viewport" content="width=device-width, initial-scale=1">
1616
<link rel="profile" href="http://gmpg.org/xfn/11">
17+
<?php if ( is_singular() && pings_open( get_queried_object() ) ): ?>
1718
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
19+
<?php endif; ?>
1820
<?php wp_head(); ?>
1921
</head>
2022

0 commit comments

Comments
 (0)