diff --git wp-includes/post-formats.php wp-includes/post-formats.php
index bd164af..2e7960f 100644
--- wp-includes/post-formats.php
+++ wp-includes/post-formats.php
@@ -321,9 +321,6 @@ function post_formats_compat( $content, $id = 0 ) {
 
 	switch ( $format ) {
 		case 'link':
-			$compat['tag'] = '';
-			$compat['position'] = 'before';
-
 			if ( ! empty( $meta['url'] ) ) {
 				$esc_url = preg_quote( $meta['url'], '#' );
 				// Make sure the same URL isn't in the post (modified/extended versions allowed)
