Changeset 23880
- Timestamp:
- 03/30/2013 05:04:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-formats.php
r23876 r23880 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
Note: See TracChangeset
for help on using the changeset viewer.