Ticket #18575: 18575.patch
| File 18575.patch, 538 bytes (added by , 15 years ago) |
|---|
-
wp-includes/formatting.php
64 64 $no_texturize_tags_stack = array(); 65 65 $no_texturize_shortcodes_stack = array(); 66 66 67 $textarr = preg_split('/(< .*>|\[.*\])/Us', $text, -1, PREG_SPLIT_DELIM_CAPTURE);67 $textarr = preg_split('/(<[^<]*>|\[[^\[]*\])/Us', $text, -1, PREG_SPLIT_DELIM_CAPTURE); 68 68 69 69 foreach ( $textarr as &$curl ) { 70 70 if ( empty( $curl ) )