Make WordPress Core

Ticket #24070: 24070.diff

File 24070.diff, 524 bytes (added by jbobich, 12 years ago)
  • wp-includes/post-formats.php

     
    395395                                        $format_output .= $meta[$format];
    396396                                } elseif ( ! stristr( $content, $meta[$format] ) ) {
    397397                                        // attempt to embed the URL
    398                                         $format_output .= sprintf( '[embed]%s[/embed]', $meta[$format] );
     398                                        $format_output .= sprintf( "[embed]%s[/embed]\n", $meta[$format] );
    399399                                }
    400400                        }
    401401                        break;