Changeset 28770
- Timestamp:
- 06/18/2014 12:04:14 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r28739 r28770 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 }
Note: See TracChangeset
for help on using the changeset viewer.