Ticket #28724: miqro-28724-part2.2.patch
| File miqro-28724-part2.2.patch, 600 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/formatting.php
234 234 _wptexturize_pushpop_element( $curl, $no_texturize_tags_stack, $no_texturize_tags ); 235 235 } 236 236 237 } elseif ( false == trim( $curl ) ) { 238 // This is a newline between delimeters. Performance improves when we check this. 239 237 240 } elseif ( '[' === $first && 1 === preg_match( '/^\[(?:[^\[\]<>]|<[^>]+>)+\]$/', $curl ) ) { 238 241 // This is a shortcode delimeter. 239 242