Changeset 28641
- Timestamp:
- 05/30/2014 09:19:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r28609 r28641 1656 1656 */ 1657 1657 function adjacent_posts_rel_link_wp_head() { 1658 if ( ! is_singular() || is_attachment() )1658 if ( ! is_single() ) { 1659 1659 return; 1660 } 1660 1661 adjacent_posts_rel_link(); 1661 1662 }
Note: See TracChangeset
for help on using the changeset viewer.