Ticket #21658: 21658.diff
File 21658.diff, 407 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/link-template.php
1655 1655 * 1656 1656 */ 1657 1657 function adjacent_posts_rel_link_wp_head() { 1658 if ( ! is_single() ) {1658 if ( ! is_single() || is_attachment() ) { 1659 1659 return; 1660 1660 } 1661 1661 adjacent_posts_rel_link();