Ticket #24070: 24070.diff
File 24070.diff, 524 bytes (added by , 12 years ago) |
---|
-
wp-includes/post-formats.php
395 395 $format_output .= $meta[$format]; 396 396 } elseif ( ! stristr( $content, $meta[$format] ) ) { 397 397 // attempt to embed the URL 398 $format_output .= sprintf( '[embed]%s[/embed]', $meta[$format] );398 $format_output .= sprintf( "[embed]%s[/embed]\n", $meta[$format] ); 399 399 } 400 400 } 401 401 break;