Changeset 45569 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 06/27/2019 02:04:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r45505 r45569 3231 3231 3232 3232 // If we're in an ignore block, wait until we find its closing tag 3233 if ( '' == $ignore_block_element && preg_match( '/^<(' . $tags_to_ignore . ') >/', $content, $matches ) ) {3233 if ( '' == $ignore_block_element && preg_match( '/^<(' . $tags_to_ignore . ')[^>]*>/', $content, $matches ) ) { 3234 3234 $ignore_block_element = $matches[1]; 3235 3235 }
Note: See TracChangeset
for help on using the changeset viewer.