Ticket #24159: 24159.2.diff
File 24159.2.diff, 611 bytes (added by , 12 years ago) |
---|
-
wp-includes/post-formats.php
551 551 $stanzas = $data = $stanza = array(); 552 552 $author = $time = ''; 553 553 $lines = explode( "\n", make_clickable( $trimmed ) ); 554 $lines = array_map( 'trim', $lines ); 554 555 $found = false; 555 556 $found_index = 0; 556 557 … … 558 559 if ( ! $found ) 559 560 $found_index = $index; 560 561 561 $line = trim( $line );562 563 562 if ( empty( $line ) && $found ) { 564 563 if ( ! empty( $author ) ) { 565 564 $stanza[] = array(