Changeset 45837 for branches/5.2/src/wp-includes/formatting.php
- Timestamp:
- 08/19/2019 04:23:27 AM (6 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-includes/formatting.php
r45349 r45837 3229 3229 3230 3230 // If we're in an ignore block, wait until we find its closing tag 3231 if ( '' == $ignore_block_element && preg_match( '/^<(' . $tags_to_ignore . ') >/', $content, $matches ) ) {3231 if ( '' == $ignore_block_element && preg_match( '/^<(' . $tags_to_ignore . ')[^>]*>/', $content, $matches ) ) { 3232 3232 $ignore_block_element = $matches[1]; 3233 3233 }
Note: See TracChangeset
for help on using the changeset viewer.