--- link-template.php (saved version)
+++ (current document)
@@ -864,7 +864,7 @@
 function get_adjacent_post($in_same_cat = false, $excluded_categories = '', $previous = true) {
 	global $post, $wpdb;
 
-	if ( empty($post) || !is_single() || is_attachment() )
+	if ( empty($post) || is_attachment() )
 		return null;
 
 	$current_post_date = $post->post_date;
