Ticket #23625: 23625.13.diff
File 23625.13.diff, 416 bytes (added by , 12 years ago) |
---|
-
wp-includes/post-formats.php
520 520 $author = $time = ''; 521 521 if ( ! empty( $lines[$index + 1] ) && ! preg_match( $delimiter_regex, $lines[$index + 1] ) ) 522 522 break; 523 else 524 continue; 523 525 } 524 526 525 527 $matches = array();